Переглянути джерело

Update _variables.scss and replace Roboto with system fonts

Daniel Supernault 7 роки тому
батько
коміт
86919f7ba6
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      resources/assets/sass/_variables.scss

+ 1 - 1
resources/assets/sass/_variables.scss

@@ -3,6 +3,6 @@
 $body-bg: #f5f8fa;
 
 // Typography
-$font-family-sans-serif: "Roboto", sans-serif;
+$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
 $font-size-base: 0.9rem;
 $line-height-base: 1.6;