Files
Font-Awesome-Pro/scss/_core.scss
Rob Madole 04e79052d4 Release 5.0.0-alpha3 (#476)
* 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
2017-06-30 16:15:40 -05:00

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;
}