diff options
author | Unknwon <u@gogs.io> | 2016-03-11 18:59:26 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-11 18:59:26 -0500 |
commit | 985a0f3450dd867cac62633328243f0ea4fbe831 (patch) | |
tree | c8e187ca17d99960b64394a6fe93bc3cba61a4e0 /public/css | |
parent | 322515a50b5562a802aeeab0f123a9ce542c03bf (diff) | |
download | gitea-985a0f3450dd867cac62633328243f0ea4fbe831.tar.gz gitea-985a0f3450dd867cac62633328243f0ea4fbe831.zip |
Generate css for #2816
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 64c0125cd9..3a04a140dd 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", Arial, Helvetica, sans-serif !important; + font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; } |