From ba151eda0a8b6eec2cb45f01fcbc8aef7ad5a06f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 4 Apr 2017 21:05:01 -0400 Subject: css: improve fonts under Windows --- public/css/gogs.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index fa81cd5d..3fc0805e 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -5,7 +5,7 @@ background-size: contain; } 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; } @@ -15,9 +15,10 @@ 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; -- cgit v1.2.3