update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / less / core.less
1 ---
2 ---
3
4 // Base Class Definition
5 // -------------------------
6
7 .@{fa-css-prefix} {
8   display: inline-block;
9   font-family: FontAwesome;
10   font-style: normal;
11   font-weight: normal;
12   line-height: 1;
13   -webkit-font-smoothing: antialiased;
14   -moz-osx-font-smoothing: grayscale;
15 }