UNPKG
font-awesome
Version:
latest (4.7.0)
4.7.0
4.6.3
4.6.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.3
3.2.1
The iconic font designed for Bootstrap
fontawesome.io
FortAwesome/Font-Awesome
font-awesome
/
less
/
core.less
13 lines
(11 loc)
•
270 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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; }