diff options
author | Unknwon <u@gogs.io> | 2017-04-03 18:20:49 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-03 18:20:49 -0400 |
commit | 76ebdb265b6038aa74f1af4304866a3874844900 (patch) | |
tree | 5eec930dfe35f81d0b38eafe171773c00b330286 /public/css/gogs.css | |
parent | 88ae3510ff38c708bae8594a83b973afcd31d8fb (diff) |
css: update fonts
[CI SKIP]
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index fc65aa7d..3583dfa8 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -5,7 +5,7 @@ background-size: contain; } body { - font-family: "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; + font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; } @@ -14,8 +14,10 @@ h2, h3, h4, h5, -.ui.header { - font-family: "Hiragino Sans GB", "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; +.ui.header, +.ui.input input, +.ui.button { + font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", SimSun, Arial, Helvetica, sans-serif !important; } img { border-radius: 3px; |