aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaktuspalme <martin@kaktuspalme.ch>2021-02-01 08:31:14 +0100
committerGitHub <noreply@github.com>2021-02-01 08:31:14 +0100
commitb920d9bd1fa0e863041a9e4a2d256a695122a7a0 (patch)
tree6bcce7d9332f164962160283c6962c4133d52f78
parent86678ba5df7b74fab9ac739ca17109cd717f8062 (diff)
downloadnextcloud-server-b920d9bd1fa0e863041a9e4a2d256a695122a7a0.tar.gz
nextcloud-server-b920d9bd1fa0e863041a9e4a2d256a695122a7a0.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 cf7d919d72d..bcec7284e66 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -86,7 +86,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;