_core.less 291 B

12345678910111213
  1. // Base Class Definition
  2. // -------------------------
  3. .@{fa-css-prefix}, .fas, .far, .fal, .fab {
  4. -moz-osx-font-smoothing: grayscale;
  5. -webkit-font-smoothing: antialiased;
  6. display: inline-block;
  7. font-style: normal;
  8. font-variant: normal;
  9. text-rendering: auto;
  10. line-height: 1;
  11. }