LoginSignup
44
44

More than 5 years have passed since last update.

Qiitaでまとめ記事書くときによくつかうもの(フォント等)

Last updated at Posted at 2015-07-31

 まとめ記事でよく使うFont Awesomeまとめ

name id
<i class="fa fa-file-text-o fa-2x"></i>
<i class="fa fa-pencil fa-2x"></i>
<i class="fa fa-code fa-2x"></i>
<i class="fa fa-diamond fa-2x"></i>
<i class="fa fa-road fa-2x"></i>
i class="fa fa-keyboard-o fa-2x"></i>
<i class="fa fa-cubes fa-2x"></i>
<i class="fa fa-puzzle-piece"></i>
<i class="fa fa-eye fa-2x"></i>
class="fa fa-eye-slash fa-2x"></i>
<i class="fa fa-question-circle fa-2x"></i>
<i class="fa fa-check-circle-o fa-2x"></i>
<i class="fa fa-star fa-2x"></i>
<i class="fa fa-lightbulb-o fa-2x"></i>

※大きさ自動調節したい時はfa-2xを抜いてください

 Font Awesomeオプションまとめ

Source Option
<i class="fa fa-star fa-2x fa-spin"> fa-spin

 テーブルの作り方

name id favorite
momozono 1 おすし
|   name   |   id   | favorite |
|:--------:|:------:|:--------:|
| momozono |   1    |  おすし   |
|          |        |          |
|          |        |          |
|          |        |          |
|          |        |          |

 参照

http://fortawesome.github.io/Font-Awesome/icons/
http://qiita.com/Qiita/items/c686397e4a0f4f11683d

44
44
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
44
44