Web-icons-font-awesome-hand-icons

提供:Dev Guides
移動先:案内検索

素晴らしいフォント-手のアイコン

この章では、Font Awesome Handアイコンの使用方法について説明します。 以下の例に示すように、 custom はサイズと色を定義したCSSクラス名であると仮定します。

<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>

次の表に、Font Awesome Handアイコンの使用法と結果を示します。 上記のプログラムの<body>タグを表に記載されているコードに置き換えて、それぞれの出力を取得します-

Usage Result
<i class="fa fa-hand-rock-o custom"></i> __
<i class="fa fa-hand-o-left custom"></i> __
<i class="fa fa-hand-paper-o custom"></i> __
<i class="fa fa-hand-rock-o custom"></i> __
<i class="fa fa-hand-stop-o custom"></i> __
<i class="fa fa-thumbs-o-up custom"></i> __
<i class="fa fa-hand-lizard-o custom"></i> __
<i class="fa fa-hand-o-right custom"></i> __
<i class="fa fa-hand-peace-o custom"></i> __
<i class="fa fa-hand-scissors-o custom"></i> __
<i class="fa fa-thumbs-down custom"></i> __
<i class="fa fa-thumbs-up custom"></i> __
<i class="fa fa-hand-o-up custom"></i> __
<i class="fa fa-hand-pointer-o custom"></i> __
<i class="fa fa-hand-spock-o custom"></i> __
<i class="fa fa-thumbs-o-down custom"></i> __