brands.scss 600 B

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