Procházet zdrojové kódy

try to use system sans-serif font

Thomas Buck před 2 roky
rodič
revize
ee3156e18a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css Zobrazit soubor

@@ -3,7 +3,7 @@
3 3
 
4 4
 body {
5 5
     font-size: 1.2em;
6
-    font-family: 'Droid Sans', sans-serif;
6
+    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
7 7
     margin: 0px;
8 8
     padding: 0px;
9 9
 }

Loading…
Zrušit
Uložit