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