From dd410f64eb659c78984a24b164104486cad08366 Mon Sep 17 00:00:00 2001 From: vvakame Date: Mon, 20 Aug 2018 21:38:30 +0900 Subject: [PATCH] =?UTF-8?q?Yahei=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=81=8C=E8=BE=9B=E3=81=84=E3=81=A8=E3=81=84=E3=81=86=E8=A9=B1?= =?UTF-8?q?=E3=81=8CSNS=E3=81=AB=E6=B5=81=E3=82=8C=E3=81=A6=E3=81=9F?= =?UTF-8?q?=E3=82=89=E3=81=97=E3=81=84=E3=81=AE=E3=81=A7=E5=89=8A=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/comment/duoshuo.ejs | 1 - layout/share/addtoany.ejs | 1 - layout/share/bdshare.ejs | 1 - source/css/_partial/insight.styl | 2 +- source/css/_variables.styl | 4 ++-- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/layout/comment/duoshuo.ejs b/layout/comment/duoshuo.ejs index 63f4c61..838d8f9 100644 --- a/layout/comment/duoshuo.ejs +++ b/layout/comment/duoshuo.ejs @@ -32,7 +32,6 @@ background: #d32; text-shadow: none; font-weight: normal; - font-family: 'Microsoft Yahei'; } #ds-thread #ds-reset .ds-post-button:hover { color: white; diff --git a/layout/share/addtoany.ejs b/layout/share/addtoany.ejs index 4d00ca2..f255bb0 100644 --- a/layout/share/addtoany.ejs +++ b/layout/share/addtoany.ejs @@ -18,7 +18,6 @@ line-height: 16px; border-radius: 4px; color: inherit !important; - font-family: 'Microsoft Yahei'; } #a2apage_dropdown { margin: 10px 0; diff --git a/layout/share/bdshare.ejs b/layout/share/bdshare.ejs index 99a89f9..eb9136a 100644 --- a/layout/share/bdshare.ejs +++ b/layout/share/bdshare.ejs @@ -22,7 +22,6 @@ window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMin .bdshare_dialog_list a, .bdshare_popup_list a, .bdshare_popup_bottom a { - font-family: 'Microsoft Yahei'; } .bdshare_popup_top { display: none; diff --git a/source/css/_partial/insight.styl b/source/css/_partial/insight.styl index 8b38631..8ddf972 100644 --- a/source/css/_partial/insight.styl +++ b/source/css/_partial/insight.styl @@ -48,7 +48,7 @@ $ins-full-screen box-sizing: border-box padding: 12px 28px 12px 20px border-bottom: 1px solid ins-border-grey - font-family: "Microsoft Yahei Light", "Microsoft Yahei", Helvetica, Arial, sans-serif + font-family: Helvetica, Arial, sans-serif .ins-close top: 50% diff --git a/source/css/_variables.styl b/source/css/_variables.styl index 76a56ed..4268c22 100644 --- a/source/css/_variables.styl +++ b/source/css/_variables.styl @@ -14,8 +14,8 @@ color-widget-background = #ddd color-widget-border = #ccc // Fonts -font-sans = "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif -font-serif = Georgia, "Times New Roman", "Microsoft Yahei", serif +font-sans = "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif +font-serif = Georgia, "Times New Roman", serif font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace font-size = 14px line-height = 1.6em