Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_core.less « less « fontawesome-free « @fortawesome « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82031d65235dee59f968045b501e98c69a7d5008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Base Class Definition
// -------------------------

.@{fa-css-prefix}, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}