From fd3b9ca3aa4fe5cdb5b4cf08b663c28fb731112f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 12 Aug 2016 22:05:20 -0700 Subject: [PATCH] =?UTF-8?q?CSS:=20remove=20font=20=E2=80=9CMeiryo=20Ui?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/gogs.css | 13 +------------ public/less/_base.less | 5 +---- 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; }