summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-12 22:05:20 -0700
committerUnknwon <u@gogs.io>2016-08-12 22:05:20 -0700
commitfd3b9ca3aa4fe5cdb5b4cf08b663c28fb731112f (patch)
treea66cf475561915d167ca2d745461ff8802081af5 /public
parentf1a5a4277d06702ddcb9673b23fc82a930676e54 (diff)
downloadgitea-fd3b9ca3aa4fe5cdb5b4cf08b663c28fb731112f.tar.gz
gitea-fd3b9ca3aa4fe5cdb5b4cf08b663c28fb731112f.zip
CSS: remove font “Meiryo Ui”
Diffstat (limited to 'public')
-rw-r--r--public/css/gogs.css13
-rw-r--r--public/less/_base.less5
2 files changed, 2 insertions, 16 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 5dd9d6aaa7..487001adc8 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -4,19 +4,8 @@
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;
+ font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
}
diff --git a/public/less/_base.less b/public/less/_base.less
index d570331d53..c061b4b68e 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -1,10 +1,7 @@
@footer-margin: 40px;
-.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;
+ font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
}