update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / _includes / new-features.html
1 {% capture stripe_ad_content %}
2 <p class="lead">
3   Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
4   {{ site.fontawesome.minor_version }}. Have some ideas for new features?
5   <a href="{{ page.relative_path }}community/">Help contribute</a>.
6 </p>
7 {% endcapture %}
8 {% include stripe-ad.html %}
9
10 <section id="whats-new" class="feature-list">
11   <div class="row">
12     <div class="col-md-4 col-sm-6">
13       <h4><i class="fa fa-file-text-o"></i> Completely Rewritten</h4>
14       Everything re-written from the ground up for speed and simplicity.
15     </div>
16     <div class="col-md-4 col-sm-6">
17       <h4><i class="fa fa-fighter-jet"></i> CSS Best Practices</h4>
18       New icon base class allows simpler CSS, faster rendering, and easier control.
19     </div>
20     <div class="col-md-4 col-sm-6">
21       <h4><i class="fa fa-terminal"></i> New Icon Names</h4>
22       Icons have been renamed to improve consistency and predictability.
23     </div>
24     <div class="col-md-4 col-sm-6">
25       <h4><i class="fa fa-thumbs-o-up"></i> Bootstrap 3</h4>
26       Font Awesome {{ site.fontawesome.minor_version }} is fully tested and compatible with Bootstrap 3.
27     </div>
28     <div class="col-md-4 col-sm-6">
29       <h4><i class="fa fa-code"></i> Better Compatibility</h4>
30       Font Awesome is now more compatible with all web frameworks, including Foundation.
31     </div>
32     <div class="col-md-4 col-sm-6">
33       <h4><i class="fa fa-rub"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
34       Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
35     </div>
36   </div>
37 </section>