diff options
author | Joas Schilling <coding@schilljs.com> | 2020-07-31 17:28:04 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-07-31 17:31:28 +0200 |
commit | f32cf0ab6323dae5d1d0bb7cebff4e6a59caf097 (patch) | |
tree | 88440017127f9fd4e5d5cb4fb2da5f0c768627c5 /core/css/variables.scss | |
parent | fce6df06e2bd1d68ee5614621ae7f92c6f7fa53d (diff) | |
download | nextcloud-server-f32cf0ab6323dae5d1d0bb7cebff4e6a59caf097.tar.gz nextcloud-server-f32cf0ab6323dae5d1d0bb7cebff4e6a59caf097.zip |
Also consider Noto Color Emoji font
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/variables.scss')
-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 9ec4d2c4ca2..796b5ffe3e2 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, Cantarell, Ubuntu, '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, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default; $animation-quick: 100ms; $animation-slow: 300ms; |