2014-01-14 16:29:40 -05:00
|
|
|
// Base Class Definition
|
2013-07-23 09:38:42 -04:00
|
|
|
// -------------------------
|
|
|
|
|
2014-01-14 16:29:40 -05:00
|
|
|
.#{$fa-css-prefix} {
|
|
|
|
display: inline-block;
|
2015-09-05 19:35:41 -04:00
|
|
|
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} 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
|
2014-01-14 16:29:40 -05:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2015-09-05 19:35:41 -04:00
|
|
|
|
2013-07-23 09:38:42 -04:00
|
|
|
}
|