all repos — hastystyles @ 53bb8e3880d8da2daf7f6f6356350dc60ca41c8b

The stylesheets for HastyScrybe and HastySite.

styles/fa/_core.less

 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;
}