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:
parent
e2b56c8105
commit
c6170fc70b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user