* 95 additional icons; including file types, directional, and some existing and new brand icons * Wrong content type in generated CSS #458 * Removal of query string from static resources #458 * SVG font ID's are incorrect in webfont implementation #474
14 lines
315 B
SCSS
14 lines
315 B
SCSS
// Base Class Definition
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}, .fas, .far, .fal, .fab {
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
vertical-align: -15%;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|