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.
| 12345678910111213141516171819202122232425 |
- /****************/
- /* FONT AWESOME */
- /****************/
-
- @font-face {
- font-family: 'Font Awesome';
- src: url('fa-light-300.ttf') format('truetype');
- font-weight: 300;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Font Awesome';
- src: url('fa-regular-400.ttf') format('truetype');
- font-weight: 400;
- font-style: normal;
- }
-
- @font-face {
- font-family: 'Font Awesome';
- src: url('fa-solid-900.ttf') format('truetype');
- font-weight: 900;
- font-style: normal;
- }
|