Font Awesome - Transportsymbole

In diesem Kapitel wird die Verwendung von Font Awesome Transportation-Symbolen 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 = "http://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 Font Awesome Transportation. 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-ambulance custom"> </ i>
<i class = "fa fa-automobile custom"> </ i>
<i class = "fa fa-bicycle custom"> </ i>
<i class = "fa fa-bus custom"> </ i>
<i class = "fa fa-cab custom"> </ i>
<i class = "fa fa-car custom"> </ i>
<i class = "fa fa-kämpferjet custom"> </ i>
<i class = "fa fa-motorrad custom"> </ i>
<i class = "fa fa-plane custom"> </ i>
<i class = "fa fa-rocket custom"> </ i>
<i class = "fa fa-ship custom"> </ i>
<i class = "fa fa-space-shuttle custom"> </ i>
<i class = "fa fa-subway custom"> </ i>
<i class = "fa fa-tax custom"> </ i>
<i class = "fa fa-train custom"> </ i>
<i class = "fa fa-Truck custom"> </ i>
<i class = "fa fa-rollstuhl custom"> </ i>