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

_core.less « less « fontawesome-free-5.14.0-web « FontAwesome « vendor « static - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c2ff3898a483997cdd2d1c62b07033c3fe2376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Base Class Definition
// -------------------------

.@{fa-css-prefix}, .fas, .far, .fal, .fad, .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;
}