« Font Awesome » : différence entre les versions
Apparence
Aucun résumé des modifications |
|||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 1 : | Ligne 1 : | ||
[[Category:Web]] | [[Category:Web]] | ||
= Liens = | = Liens = | ||
* [https://fontawesome.com/icons Font | * [https://fontawesome.com/icons Font Awesome icons] | ||
= Utilisation = | = Utilisation = | ||
<kode lang='html'> | <kode lang='html'> | ||
<i class="fa fa-edit"></i> | |||
<i class="fa fa-spinner fa-spin"></i>Loading ... | |||
</kode> | </kode> | ||
Dernière version du 24 septembre 2020 à 19:42
Liens
Utilisation
<i class="fa fa-edit"></i>
<i class="fa fa-spinner fa-spin"></i>Loading ...
|
Installation
Installation manuelle
- Télécharger Font Awesome
- Copier le dossier /webfonts et /css/all.min.css dans wwwroot/css
- Importer /css/all.min.css
<head>
<link href="font-awesome/css/all.min.css" rel="stylesheet">
</head>
|
@import url('font-awesome/css/all.min.css');
|