regular.css 812 B

12345678910111213141516171819202122232425262728293031
  1. /*!
  2. * Font Awesome Free 7.0.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 2025 Fonticons, Inc.
  5. */
  6. :root, :host {
  7. --fa-family-classic: "Font Awesome 7 Free";
  8. --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  9. /* deprecated: this older custom property will be removed next major release */
  10. --fa-style-family-classic: var(--fa-family-classic);
  11. }
  12. @font-face {
  13. font-family: "Font Awesome 7 Free";
  14. font-style: normal;
  15. font-weight: 400;
  16. font-display: block;
  17. src: url("../webfonts/fa-regular-400.woff2");
  18. }
  19. .far {
  20. --fa-family: var(--fa-family-classic);
  21. --fa-style: 400;
  22. }
  23. .fa-classic {
  24. --fa-family: var(--fa-family-classic);
  25. }
  26. .fa-regular {
  27. --fa-style: 400;
  28. }