]> source.dussan.org Git - nextcloud-server.git/commitdiff
Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setups 21941/head
authorJan C. Borchardt <hey@jancborchardt.net>
Tue, 21 Jul 2020 14:20:32 +0000 (16:20 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Tue, 21 Jul 2020 14:20:32 +0000 (16:20 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
core/css/variables.scss

index fc3c9d2d51e5346eb95eb4f28ab4ddcc30f022f6..9ec4d2c4ca2d638fff89583c9542f9b21daf3c22 100644 (file)
@@ -83,7 +83,7 @@ $border-radius-large: 10px !default;
 // Pill-style button, value is large so big buttons also have correct roundness
 $border-radius-pill: 100px !default;
 
-$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
+$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
 
 $animation-quick: 100ms;
 $animation-slow: 300ms;