From 7a57b4f928211b6bf9ba626c4588e76731519fa2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 5 Mar 2015 14:50:15 +0800 Subject: [PATCH] Update antialias --- css-antialias.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-antialias.md b/css-antialias.md index 498270d4b..e6d75e91e 100644 --- a/css-antialias.md +++ b/css-antialias.md @@ -4,8 +4,8 @@ layout: default --- * { - text-rendering: optimizeLegibility !important; - -webkit-font-smoothing: antialiased !important; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }