summaryrefslogtreecommitdiffstats
path: root/install/ui/less/mixins.less
blob: 1080f6dc79f496b4a9973762405831c1fee6b9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Originally from Font Awesome

.fa() {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}