regular.scss 619 B

1234567891011121314151617181920
  1. @import 'variables';
  2. @font-face {
  3. font-family: 'Font Awesome 5 Free';
  4. font-style: normal;
  5. font-weight: 400;
  6. font-display: $fa-font-display;
  7. src: url('#{$fa-font-path}/fa-regular-400.eot');
  8. src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
  9. url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
  10. url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
  11. url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
  12. url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
  13. }
  14. .far {
  15. font-family: 'Font Awesome 5 Free';
  16. font-weight: 400;
  17. }