From 43335c9ec54713ae22cd1a5387d706784a0d914a Mon Sep 17 00:00:00 2001 From: Javier Aguilar Date: Tue, 8 Jan 2013 13:23:28 +0100 Subject: [PATCH] Update css/font-awesome.css Fix font smoothing (was too blurry in webkit) --- css/font-awesome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/font-awesome.css b/css/font-awesome.css index 549728b8e..902d64e0e 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -46,6 +46,7 @@ background-image: none !important; background-position: 0% 0%; background-repeat: repeat; + -webkit-font-smoothing : antialiased; } [class^="icon-"]:before, [class*=" icon-"]:before {