scottjohnson.pro/assets/plugins/font-awesome/scss/_core.scss

17 lines
292 B
SCSS
Raw Normal View History

2016-07-29 00:47:42 -04:00
// Base Class Definition
// -------------------------
2018-07-25 09:34:10 -04:00
.#{$fa-css-prefix},
.fas,
.far,
.fal,
.fab {
2016-07-29 00:47:42 -04:00
-moz-osx-font-smoothing: grayscale;
2018-07-25 09:34:10 -04:00
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
2016-07-29 00:47:42 -04:00
}