Heuzef - Les notes excentriques d'un bidouilleur.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

solid.css 625 B

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