From dbb5c1ee6f445bcd7b88581dee19d909be8d077e Mon Sep 17 00:00:00 2001 From: Cris Perdue Date: Mon, 26 Sep 2016 09:23:06 -0700 Subject: [PATCH] In class "fa" do not inherit text-indent Set explicitly to 0 in case icon is within a region of indented text. --- css/font-awesome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/font-awesome.css b/css/font-awesome.css index a0b879fa0..6dd62dcd7 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -16,6 +16,7 @@ font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; + text-indent: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }