From 97796fcd5f90d14b27599b85ce614b3b4af9ba2d Mon Sep 17 00:00:00 2001 From: Davi Alexandre Date: Tue, 2 Jun 2015 14:58:46 -0300 Subject: [PATCH] Fixes icon rendering problem in OSX + webkit The issue is pretty much the same as #662, but now in webkit. Using -webkit-font-smoothing: antialiased solves the problem. --- src/definitions/elements/icon.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index 533cbd7b1..0fc4c9bc7 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -53,6 +53,7 @@ i.icon { speak: none; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; backface-visibility: hidden; }