]> source.dussan.org Git - nextcloud-server.git/commitdiff
Only set the font if it was not set before 16174/head
authorJoas Schilling <coding@schilljs.com>
Mon, 1 Jul 2019 13:06:11 +0000 (15:06 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 1 Jul 2019 13:06:11 +0000 (15:06 +0200)
Otherwise Dyslexia setting can not set the font in the accessibility app

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/css/variables.scss

index 7eacdd8f9e424109a919daceca55552f1f465a5a..8a13121ba7dc65a0ab779542e235bc342660e1d7 100644 (file)
@@ -79,7 +79,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, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
+$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
 
 $animation-quick: 100ms;
 $animation-slow: 300ms;