mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
b43da19427
See previous commit.
16 lines
296 B
SCSS
16 lines
296 B
SCSS
// 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;
|
|
}
|
|
}
|