Browse Source

try to use system sans-serif font

Thomas Buck 2 years ago
parent
commit
ee3156e18a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css View File

3
 
3
 
4
 body {
4
 body {
5
     font-size: 1.2em;
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
     margin: 0px;
7
     margin: 0px;
8
     padding: 0px;
8
     padding: 0px;
9
 }
9
 }

Loading…
Cancel
Save