Fork-Awesome/build/_includes/whats-new.html

40 lines
2 KiB
HTML

{% capture stripe_ad_content %}
<p class="lead">
Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
{{ site.font_awesome.version }}. Have some ideas for new features?
<a href="{{ page.relative_path }}contribute/">Help contribute</a>.
</p>
{% endcapture %}
{% include stripe-ad.html %}
<section id="whats-new">
<div class="row">
<div class="span4">
<h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
Every single icon re-created from the ground up to be optimized for Bootstrap's default 14px.
</div>
<div class="span4">
<h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and <a href="https://twitter.com/johnsmclay">@johnsmclay</a>, you can <a href="http://icnfnt.com/">subset</a> to get just the icons you need.
</div>
<div class="span4">
<h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better License</a></h4>
SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
</div>
</div>
<div class="row">
<div class="span4">
<h4><i class="icon-lightbulb"></i> {{ site.font_awesome.new_icon_count }} New Icons in 3.0</h4>
Requested by the active community on the <a href="{{ site.font_awesome.github.url }}">Font Awesome GitHub project</a>.
</div>
<div class="span4">
<h4><i class="icon-spinner icon-spin"></i> <a href="{{ page.relative_path }}examples/">New Styles</a></h4>
<a href="{{ page.relative_path }}examples/">New styles</a> for animated spinning icons, icons with 2x-4x size multipliers, icon borders, & more.
</div>
<div class="span4">
<h4><i class="icon-resize-small"></i> 28% Smaller Payload</h4>
3.0 is smaller, even with 16% more icons. Crazy small if you <a href="http://icnfnt.com/">subset</a> just the icons you need.
</div>
</div>
</section>