]> source.dussan.org Git - nextcloud-server.git/commitdiff
Also consider Noto Color Emoji font 22075/head
authorJoas Schilling <coding@schilljs.com>
Fri, 31 Jul 2020 15:28:04 +0000 (17:28 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 31 Jul 2020 15:31:28 +0000 (17:31 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/accessibility/css/fontdyslexic.scss
core/css/variables.scss

index fee1583e6209bde0c4fed0ed017bbb7459d68e55..9ee81c5f7ba569480d7efda0cedfbb9b94fd344a 100644 (file)
@@ -12,4 +12,4 @@
        src: url('../fonts/OpenDyslexic-Bold.woff') format('woff');
 }
 
-$font-face: OpenDyslexic, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
+$font-face: OpenDyslexic, -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';
index 9ec4d2c4ca2d638fff89583c9542f9b21daf3c22..796b5ffe3e2e1dfd08216a8390370ab11620441e 100644 (file)
@@ -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;