site-max/vendor/font-awesome/scss/_core.scss

21 lines
326 B
SCSS
Raw Normal View History

2017-07-14 15:51:49 +02:00
// Base Class Definition
// -------------------------
2019-07-14 11:47:10 +02:00
.#{$fa-css-prefix},
.fas,
.far,
.fal,
.fab {
2017-07-14 15:51:49 +02:00
-moz-osx-font-smoothing: grayscale;
2019-07-14 11:47:10 +02:00
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
2017-07-14 15:51:49 +02:00
2019-07-14 11:47:10 +02:00
%fa-icon {
@include fa-icon;
2017-07-14 15:51:49 +02:00
}