2013-05-07 17:45:09 +00:00
{% 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?
2013-05-09 03:15:29 +00:00
< a href = "{{ page.relative_path }}contribute/" > Help contribute< / a > .
2013-05-07 17:45:09 +00:00
< / p >
{% endcapture %}
{% include stripe-ad.html %}
2013-05-03 14:41:31 +00:00
2013-05-07 17:45:09 +00:00
< section id = "whats-new" >
2013-05-03 00:12:33 +00:00
< 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" >
2013-05-07 17:45:09 +00:00
< 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.
2013-05-03 00:12:33 +00:00
< / div >
< div class = "span4" >
2013-05-09 03:15:29 +00:00
< h4 > < i class = "icon-legal" > < / i > < a href = "{{ page.relative_path }}license/" > Better License< / a > < / h4 >
2013-05-07 17:45:09 +00:00
SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
2013-05-03 00:12:33 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "span4" >
2013-05-07 17:45:09 +00:00
< 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 > .
2013-05-03 00:12:33 +00:00
< / div >
< div class = "span4" >
2013-05-09 03:15:29 +00:00
< 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.
2013-05-03 00:12:33 +00:00
< / div >
< div class = "span4" >
< h4 > < i class = "icon-resize-small" > < / i > 28% Smaller Payload< / h4 >
2013-05-07 17:45:09 +00:00
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.
2013-05-03 00:12:33 +00:00
< / div >
< / div >
< / section >