diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
commit | 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch) | |
tree | c04189b0eed7025a6764360cbe3613c900353fe6 /bower_components/font-awesome/src/_includes/cheatsheet.html | |
parent | 61dab0661ba43d3192fa8c2945f7343df44049ed (diff) |
update to fontawesome 4
Diffstat (limited to 'bower_components/font-awesome/src/_includes/cheatsheet.html')
-rw-r--r-- | bower_components/font-awesome/src/_includes/cheatsheet.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bower_components/font-awesome/src/_includes/cheatsheet.html b/bower_components/font-awesome/src/_includes/cheatsheet.html deleted file mode 100644 index 81e508c4..00000000 --- a/bower_components/font-awesome/src/_includes/cheatsheet.html +++ /dev/null @@ -1,19 +0,0 @@ -{% capture stripe_ad_content %} -<p class="lead"> - Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy - and paste the icons (not the unicode) directly into your designs. -</p> -{% endcapture %} -{% include stripe-ad.html %} - -<h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, & Unicode</h2> - -<div class="row"> -{% for icon in icons %} - <div class="span4"> - <i class="icon-fixed-width">&#x{{ icon.unicode }}</i> - icon-{{ icon.id }} - <span class="muted">(&#x{{ icon.unicode }};)</span> - </div> -{% endfor %} -</div> |