solid.less 771 B

123456789101112131415161718192021222324
  1. /*!
  2. * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  4. */
  5. @import "_variables.less";
  6. @font-face {
  7. font-family: 'Font Awesome 5 Free';
  8. font-style: normal;
  9. font-weight: 900;
  10. src: url('@{fa-font-path}/fa-solid-900.eot');
  11. src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
  12. url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
  13. url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
  14. url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
  15. url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
  16. }
  17. .fa,
  18. .fas {
  19. font-family: 'Font Awesome 5 Free';
  20. font-weight: 900;
  21. }