mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 16:50:27 +08:00
In class "fa" do not inherit text-indent
Set explicitly to 0 in case icon is within a region of indented text.
This commit is contained in:
parent
48a7d9db28
commit
dbb5c1ee6f
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -16,6 +16,7 @@
|
|||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
|
text-indent: 0;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user