freeCodeCamp/public/css/lib/font-awesome/core.less

12 lines
418 B
Plaintext
Raw Normal View History

2014-06-03 04:29:09 +00:00
// Base Class Definition
// -------------------------
.@{fa-css-prefix} {
display: inline-block;
2014-10-28 02:40:07 +00:00
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
2014-06-03 04:29:09 +00:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}