v5-font-face.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license (Commercial License)
  4. * Copyright 2022 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 Pro";
  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 Pro";
  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"); }
  21. @font-face {
  22. font-family: "Font Awesome 5 Pro";
  23. font-display: block;
  24. font-weight: 300;
  25. src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype"); }
  26. @font-face {
  27. font-family: "Font Awesome 5 Duotone";
  28. font-display: block;
  29. font-weight: 900;
  30. src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype"); }