소스 검색

try to use system sans-serif font

Thomas Buck 2 년 전
부모
커밋
ee3156e18a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css 파일 보기

@@ -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…
취소
저장