Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-31 18:28:04 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-31 18:31:28 +0300
commitf32cf0ab6323dae5d1d0bb7cebff4e6a59caf097 (patch)
tree88440017127f9fd4e5d5cb4fb2da5f0c768627c5 /core/css
parentfce6df06e2bd1d68ee5614621ae7f92c6f7fa53d (diff)
Also consider Noto Color Emoji font
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 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;