Project

General

Profile

Download (291 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// Base Class Definition
2
// -------------------------
3

    
4
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
5
  -moz-osx-font-smoothing: grayscale;
6
  -webkit-font-smoothing: antialiased;
7
  display: inline-block;
8
  font-style: normal;
9
  font-variant: normal;
10
  text-rendering: auto;
11
  line-height: 1;
12
}
(3-3/18)