You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
270 B

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