Authored by ccbikai

修改字体

@@ -15,7 +15,7 @@ html, @@ -15,7 +15,7 @@ html,
15 body { 15 body {
16 width: 100%; 16 width: 100%;
17 font-size: 24px; 17 font-size: 24px;
18 - font-family: helvetica, Arial, "黑体"; 18 + font-family: Helvetica, Roboto, "Heiti SC", "黑体", Arial;
19 line-height: 1.4; 19 line-height: 1.4;
20 } 20 }
21 21