From: Jan C. Borchardt Date: Tue, 21 Jul 2020 14:20:32 +0000 (+0200) Subject: Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setups X-Git-Tag: v20.0.0beta1~200^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21941%2Fhead;p=nextcloud-server.git Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setups Signed-off-by: Jan C. Borchardt --- diff --git a/core/css/variables.scss b/core/css/variables.scss index fc3c9d2d51e..9ec4d2c4ca2 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -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;