This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
// Base Class Definition
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix} {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|