diff options
author | Unknwon <u@gogs.io> | 2017-04-04 21:05:01 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-04 21:05:01 -0400 |
commit | ba151eda0a8b6eec2cb45f01fcbc8aef7ad5a06f (patch) | |
tree | 1aa2fb98278a721add41b8d4fe2df55b473a2b5f /public/less/_base.less | |
parent | c05717a5f086c172e67b0bb9cd351e0e972de93d (diff) |
css: improve fonts under Windows
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index c6e416f3..0c71bd9d 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -1,15 +1,16 @@ @footer-margin: 40px; body { - font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; + font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; } h1, h2, h3, h4, h5, .ui.header, +.ui.menu, .ui.input input, .ui.button:not(.label) { - font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; + font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; } img { border-radius: 3px; |