summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-07-21 16:20:32 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-07-21 16:20:32 +0200
commit49f4b726e9499e523ecc96650ff52c03b6b8b966 (patch)
tree272b1e8e785eb48340fd323318562856bf797ab9 /core/css
parentd35e8d7b2be708650037bc16f5be4122f5fa1082 (diff)
downloadnextcloud-server-49f4b726e9499e523ecc96650ff52c03b6b8b966.tar.gz
nextcloud-server-49f4b726e9499e523ecc96650ff52c03b6b8b966.zip
Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setups
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/variables.scss2
1 files changed, 1 insertions, 1 deletions
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;