Fork-Awesome/assets/fork-awesome/less/core.less

13 lines
456 B
Plaintext
Raw Normal View History

2013-10-23 17:12:39 +02:00
// Base Class Definition
2013-05-10 18:00:01 +02:00
// -------------------------
2013-10-23 17:12:39 +02:00
.@{fa-css-prefix} {
display: inline-block;
font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration
2014-08-26 18:51:53 +02:00
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
2013-10-23 17:12:39 +02:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-01-22 19:55:45 +01:00
2013-05-10 18:00:01 +02:00
}