FontAwesome-交通機関のアイコン
この章では、Font AwesomeTransportationアイコンの使用法について説明します。と仮定するcustom 以下の例に示すように、サイズと色を定義したCSSクラス名です。
<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>
次の表は、Font AwesomeTransportationアイコンの使用法と結果を示しています。上記のプログラムの<body>タグを表に示されているコードに置き換えて、それぞれの出力を取得します-
使用法 | 結果 |
---|---|
<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-fighter-jet custom"> </ i> | |
<i class = "fa fa-motorcycle 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-taxi custom"> </ i> | |
<i class = "fa fa-train custom"> </ i> | |
<i class = "fa fa-truck custom"> </ i> | |
<i class = "fa fa-wheelchair custom"> </ i> |