2018-03-11 10:36:33 +00:00
|
|
|
// Base Class Definition
|
|
|
|
// -------------------------
|
|
|
|
|
2018-03-11 11:35:04 +00:00
|
|
|
.#{$fa-css-prefix},
|
|
|
|
.fas,
|
|
|
|
.far,
|
|
|
|
.fal,
|
|
|
|
.fab {
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2018-03-11 10:36:33 +00:00
|
|
|
display: inline-block;
|
|
|
|
font-style: normal;
|
2018-03-11 11:35:04 +00:00
|
|
|
font-variant: normal;
|
|
|
|
text-rendering: auto;
|
2018-03-11 10:36:33 +00:00
|
|
|
line-height: 1;
|
|
|
|
}
|