15 lines
347 B
SCSS
15 lines
347 B
SCSS
// Base Class Definition
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}, .fas, .far, .fal, .fab {
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
font-family: "Font Awesome 5";
|
|
line-height: 1;
|
|
vertical-align: 15%;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|