v5-font-face.css 871 B

12345678910111213141516171819202122
  1. /*!
  2. * Font Awesome Free 6.6.0 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. * Copyright 2024 Fonticons, Inc.
  5. */
  6. @font-face {
  7. font-family: 'Font Awesome 5 Brands';
  8. font-display: block;
  9. font-weight: 400;
  10. src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
  11. @font-face {
  12. font-family: 'Font Awesome 5 Free';
  13. font-display: block;
  14. font-weight: 900;
  15. src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
  16. @font-face {
  17. font-family: 'Font Awesome 5 Free';
  18. font-display: block;
  19. font-weight: 400;
  20. src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }