Update css/font-awesome.css

Fix font smoothing (was too blurry in webkit)
This commit is contained in:
Javier Aguilar 2013-01-08 13:23:28 +01:00
parent 16b6298026
commit 43335c9ec5

View File

@ -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 {