_core.scss 326 B

123456789101112131415161718192021
  1. // Base Class Definition
  2. // -------------------------
  3. .#{$fa-css-prefix},
  4. .fas,
  5. .far,
  6. .fal,
  7. .fab {
  8. -moz-osx-font-smoothing: grayscale;
  9. -webkit-font-smoothing: antialiased;
  10. display: inline-block;
  11. font-style: normal;
  12. font-variant: normal;
  13. text-rendering: auto;
  14. line-height: 1;
  15. }
  16. %fa-icon {
  17. @include fa-icon;
  18. }