Font Awesome - Dateityp-Symbole
In diesem Kapitel wird die Verwendung von Font Awesome-Dateitypsymbolen erläutert. Annehmen, dasscustom ist der CSS-Klassenname, in dem wir die Größe und Farbe definiert haben, wie im folgenden Beispiel gezeigt.
<html>
<head>
<link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<style>
i.custom {font-size: 2em; color: gray;}
</style>
</head>
<body>
<i class = "fa fa-adjust custom"></i>
</body>
</html>
Die folgende Tabelle zeigt die Verwendung und die Ergebnisse der Symbole für den Dateityp "Font Awesome". Ersetzen Sie das <body> -Tag des obigen Programms durch den in der Tabelle angegebenen Code, um die entsprechenden Ausgaben zu erhalten -
Verwendung | Ergebnis |
---|---|
<i class = "fa fa-file custom"> </ i> | |
<i class = "fa fa-file-archive-o custom"> </ i> | |
<i class = "fa fa-file-audio-o custom"> </ i> | |
<i class = "fa fa-file-code-o custom"> </ i> | |
<i class = "fa fa-file-excel-o custom"> </ i> | |
<i class = "fa fa-file-image-o custom"> </ i> | |
<i class = "fa fa-file-movie-o custom"> </ i> | |
<i class = "fa fa-file-o custom"> </ i> | |
<i class = "fa fa-file-pdf-o custom"> </ i> | |
<i class = "fa fa-file-photo-o custom"> </ i> | |
<i class = "fa fa-file-picture-o custom"> </ i> | |
<i class = "fa fa-file-powerpoint-o custom"> </ i> | |
<i class = "fa fa-file-video-o custom"> </ i> | |
<i class = "fa fa-file-word-o custom"> </ i> | |
<i class = "fa fa-file-zip-o custom"> </ i> | |
<i class = "fa fa-file-sound-o custom"> </ i> | |
<i class = "fa fa-file-text custom"> </ i> | |
<i class = "fa fa-file-text-o custom"> </ i> |