From d847b1b31ebf781c42f342b89a6f671eb6743b28 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 12 Mar 2017 06:42:24 +0800 Subject: [PATCH] Update --- css-antialias.md | 1 - 1 file changed, 1 deletion(-) diff --git a/css-antialias.md b/css-antialias.md index d8607e64b..0fb071c46 100644 --- a/css-antialias.md +++ b/css-antialias.md @@ -5,7 +5,6 @@ layout: default-ad --- * { - text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }