update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / cheatsheet.html
1 ---
2 layout: base
3 title: Font Awesome Cheatsheet
4 relative_path: ../
5 ---
6 {% capture jumbotron_h1 %}<i class="fa fa-list-ul"></i>&nbsp; Cheatsheet{% endcapture %}
7 {% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
8
9 {% include jumbotron.html %}
10 {% include stripe-social.html %}
11
12 <div class="container">
13   {% capture stripe_ad_content %}
14   <p class="lead">
15     Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy
16     and paste the icons (not the unicode) directly into your designs.
17   </p>
18   {% endcapture %}
19   {% include stripe-ad.html %}
20
21   <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, &amp; Unicode</h2>
22
23   <div class="row">
24     {% for icon in icons %}
25     <div class="col-md-4 col-sm-6 col-lg-3">
26       <i class="fa fa-fw">&#x{{ icon.unicode }}</i>
27       fa-{{ icon.id }}
28       <span class="muted">(&amp;#x{{ icon.unicode }};)</span>
29     </div>
30     {% endfor %}
31   </div>
32 </div>