Update: Font Awesome 4.2.0

This commit is contained in:
Gary Sharp
2014-08-28 13:53:35 +10:00
parent 35a07344cc
commit 41e061df54
18 changed files with 918 additions and 586 deletions
@@ -3,10 +3,9 @@
.@{fa-css-prefix} {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
font: normal normal normal 14px/1 FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}