You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

font-awesome.css 468B

12345678910111213141516171819202122232425
  1. /****************/
  2. /* FONT AWESOME */
  3. /****************/
  4. @font-face {
  5. font-family: 'Font Awesome';
  6. src: url('fa-light-300.ttf') format('truetype');
  7. font-weight: 300;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'Font Awesome';
  12. src: url('fa-regular-400.ttf') format('truetype');
  13. font-weight: 400;
  14. font-style: normal;
  15. }
  16. @font-face {
  17. font-family: 'Font Awesome';
  18. src: url('fa-solid-900.ttf') format('truetype');
  19. font-weight: 900;
  20. font-style: normal;
  21. }