core.less 270 B

123456789101112
  1. // Base Class Definition
  2. // -------------------------
  3. .@{fa-css-prefix} {
  4. display: inline-block;
  5. font-family: FontAwesome;
  6. font-style: normal;
  7. font-weight: normal;
  8. line-height: 1;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. }