mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
2507736ac8
This avoids effecting the font-family of text inside <i>.
16 lines
293 B
Plaintext
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;
|
|
}
|
|
}
|