whats-new.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.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. <div id="whats-new">
  10. <div class="row">
  11. <div class="span4">
  12. <h4><i class="icon-lightbulb"></i> {{ icons | version:site.fontawesome.version | size }} New Icons in {{ site.fontawesome.version }}</h4>
  13. Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
  14. </div>
  15. <div class="span4">
  16. <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
  17. SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
  18. </div>
  19. <div class="span4">
  20. <h4><i class="icon-flag icon-flip-horizontal"></i> <a href="{{ page.relative_path }}examples/#new-styles">New Styles</a></h4>
  21. New styles for
  22. <a href="{{ page.relative_path }}examples/#rotated-flipped">rotating and flipping icons</a>,
  23. <a href="{{ page.relative_path }}examples/#stacked">stacking icons</a>, and better
  24. <a href="{{ page.relative_path }}examples/#bulleted-lists">bulleted lists</a>.
  25. </div>
  26. </div>
  27. <div class="row">
  28. <div class="span4 margin-bottom-large">
  29. <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
  30. Version 3.0 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
  31. </div>
  32. <div class="span4">
  33. <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
  34. 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.
  35. </div>
  36. <div class="span4">
  37. <h4><i class="icon-question-sign"></i> Want More Details?</h4>
  38. Check out the <a href="{{ site.fontawesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
  39. what's new and changed.
  40. </div>
  41. </div>
  42. </div>