1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

Do not customize on font-family, let browser itself rules.

This commit is contained in:
Pei-Tang Huang 2015-08-26 14:13:27 +08:00
parent e2b56c8105
commit c6170fc70b

View File

@ -9,7 +9,7 @@ body {
margin: 0 auto;
padding: 2em 2em 4em;
max-width: 800px;
font-family: "Heiti TC", "LiHei Pro", "Microsoft JhengHei", "WenQuanYi Micro Hei", "Droid Sans Fallback", "Arial Unicode MS", sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #545454;