From 5c96950b2604baa825ee314f31a71605b0ea63eb Mon Sep 17 00:00:00 2001 From: sofish Date: Wed, 24 Jun 2015 15:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20OS=20X=20EL=20Capitan=20?= =?UTF-8?q?=E4=B8=8B=20safari=20=E5=AD=97=E4=BD=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typo.css b/typo.css index 36a4ff1..4971b67 100644 --- a/typo.css +++ b/typo.css @@ -34,7 +34,7 @@ audio, canvas, video { /* 要注意表单元素并不继承父级 font 的问题 */ body, button, input, select, textarea { - font: 400 1em/1.8 Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; + font: 400 1em/1.8 Pinghei, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; } button::-moz-focus-inner, @@ -59,7 +59,7 @@ blockquote { position: relative; color: #999; font-weight: 300; - font-family: Lantinghei SC, 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif; + font-family: Pinghei, 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei'; border-left: 1px solid #1abc9c; padding-left: 1em; margin: 1em 3em 1em 2em; @@ -153,7 +153,7 @@ ins, a { * 要做到更好,向后兼容的话,添加 class="typo-u" 来显示专名号 * 关于 标签:http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element * 被放弃的是 4,之前一直搞错 http://www.w3.org/TR/html401/appendix/changes.html#idx-deprecated - * 一篇关于 标签的很好文章:http://html5doctor.com/u-element/ + * 一篇关于 标签的很好文章:http://html5doctor.com/u-element/ */ u, .typo-u { text-decoration: underline;