From 90e2c934ed5258362c2d6313d0ca82c0dddbebfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=BC=E5=B9=BB?= Date: Fri, 19 Dec 2014 15:21:57 +0800 Subject: [PATCH 1/2] Update typo.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -webkit-font-smoothing: antialiased; //webkit的好像没 grayscale 吧 --- typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo.css b/typo.css index 1996153..03d89ec 100644 --- a/typo.css +++ b/typo.css @@ -8,7 +8,7 @@ html{ -ms-text-size-adjust:100%; text-rendering:optimizelegibility; -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; //webkit的好像没 grayscale 吧 } /* 如果你的项目仅支持 IE9+ | Chrome | Firefox 等,推荐在 中添加 .borderbox 这个 class */ From c970b2683074403048f30c8135c43fcf452558f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=BC=E5=B9=BB?= Date: Tue, 23 Dec 2014 10:34:57 +0800 Subject: [PATCH 2/2] Update typo.css --- typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo.css b/typo.css index 03d89ec..c37f003 100644 --- a/typo.css +++ b/typo.css @@ -8,7 +8,7 @@ html{ -ms-text-size-adjust:100%; text-rendering:optimizelegibility; -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; //webkit的好像没 grayscale 吧 + -webkit-font-smoothing: antialiased; /*webkit的好像没 grayscale 吧*/ } /* 如果你的项目仅支持 IE9+ | Chrome | Firefox 等,推荐在 中添加 .borderbox 这个 class */