Font-Awesome/less/core.less
omeid matten 2507736ac8 Apply font-family to before only.
This avoids effecting the font-family of text inside <i>.
2014-06-15 16:04:20 +10:00

16 lines
293 B
Plaintext

// Base Class Definition
// -------------------------
.@{fa-css-prefix} {
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&::before {
font-family: FontAwesome;
}
}