Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cheatsheet.html')
-rw-r--r--src/cheatsheet.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/cheatsheet.html b/src/cheatsheet.html
index d04a2aec2..56c38676e 100644
--- a/src/cheatsheet.html
+++ b/src/cheatsheet.html
@@ -12,11 +12,17 @@ relative_path: ../
<div class="container">
{% 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, set it as the font in your application, and copy and paste the icons (not the unicode) directly from this page into your designs.
+ Print this page to PDF for the complete set of vectors. Or to use on the
+ desktop, install FontAwesome.otf, set it as the font in your application,
+ and copy and paste the icons (not the unicode) directly from this page into
+ your designs.
</p>
{% endcapture %}
- <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, &amp; Unicode</h2>
+ <h2 class="page-header">
+ Every {{ site.forkawesome.version }} {{ site.fontawesome.version }} Icon,
+ CSS Class, &amp; Unicode
+ </h2>
<div class="row">
{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}