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.

22 lines
725 B

7 years ago
  1. /*!
  2. * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license (Commercial License)
  4. */
  5. @import 'variables';
  6. @font-face {
  7. font-family: 'Font Awesome 5 Pro';
  8. font-style: normal;
  9. font-weight: 400;
  10. src: url('#{$fa-font-path}/fa-regular-400.eot');
  11. src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
  12. url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
  13. url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
  14. url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
  15. url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
  16. }
  17. .far {
  18. font-family: 'Font Awesome 5 Pro';
  19. font-weight: 400;
  20. }