solid.css 565 B

12345678910111213141516171819
  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. :root, :host {
  7. --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"; }
  8. @font-face {
  9. font-family: 'Font Awesome 6 Pro';
  10. font-style: normal;
  11. font-weight: 900;
  12. font-display: block;
  13. src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
  14. .fas,
  15. .fa-solid {
  16. font-family: 'Font Awesome 6 Pro';
  17. font-weight: 900; }