diff options
author | Simon L <szaimen@e.mail.de> | 2022-03-08 13:48:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 13:48:19 +0100 |
commit | 130c878ef4726d72be24808a6e3b15ee4dd39489 (patch) | |
tree | 2a7f788e7fad2cdaaa48e474729b2e7934c012cb | |
parent | 227a0950d0d595c293b367f5dbe45808a3fa2ed8 (diff) | |
parent | 896d83fcd6aa7111ff233083558d2b2a046423fa (diff) | |
download | nextcloud-server-130c878ef4726d72be24808a6e3b15ee4dd39489.tar.gz nextcloud-server-130c878ef4726d72be24808a6e3b15ee4dd39489.zip |
Merge pull request #30969 from nextcloud/backport/25418/stable23
[stable23] Update variables.scss - Fallback font before Noto Color Emoji
-rw-r--r-- | core/css/variables.scss | 2 |
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; |