diff options
author | Unknwon <u@gogs.io> | 2016-07-15 14:13:30 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-15 14:13:30 +0800 |
commit | 089bacd54e6cb0e9dffcf146986a61e890183341 (patch) | |
tree | 221c0a4dd97442ecf653c653b27196e96df1dbfd /public/css | |
parent | d950bf68e327249d592f4371a2f689020f11f09c (diff) | |
download | gitea-089bacd54e6cb0e9dffcf146986a61e890183341.tar.gz gitea-089bacd54e6cb0e9dffcf146986a61e890183341.zip |
Update bindata and CSS
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index b170ddf46d..93a17628d9 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -4,6 +4,17 @@ display: inline-block; background-size: contain; } +.ui.header, +.ui.menu, +.ui.button, +h1, +h2, +h3, +h4, +h5, +input { + font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; +} body { font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; |