2014-01-14 16:29:40 -05:00
|
|
|
// Base Class Definition
|
2013-07-23 09:38:42 -04:00
|
|
|
// -------------------------
|
|
|
|
|
2014-01-14 16:29:40 -05:00
|
|
|
.@{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;
|
2013-07-23 09:38:42 -04:00
|
|
|
}
|