summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaktuspalme <martin@kaktuspalme.ch>2021-02-01 08:31:14 +0100
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2022-03-08 10:19:15 +0000
commit896d83fcd6aa7111ff233083558d2b2a046423fa (patch)
tree18863650ef912193d03ef687186cf3ead9471f7a
parent36860214f8e960cf53a736d2a7342c612c53870b (diff)
downloadnextcloud-server-896d83fcd6aa7111ff233083558d2b2a046423fa.tar.gz
nextcloud-server-896d83fcd6aa7111ff233083558d2b2a046423fa.zip
Update variables.scss
I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
-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 026ae33a763..87ef3fdcb1b 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -97,7 +97,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, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', 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, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
$default-font-size: 15px;
$default-line-height: 24px;