why.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <div id="why">
  2. <div class="row">
  3. <div class="span4">
  4. <h4><i class="icon-flag"></i> One Font, {{ icons | size }} Icons</h4>
  5. In a single collection, Font Awesome is a pictographic language of web-related actions.
  6. </div>
  7. <div class="span4">
  8. <h4><i class="icon-pencil"></i> CSS Control</h4>
  9. Easily style icon color, size, shadow, and anything that's possible with CSS.
  10. </div>
  11. <div class="span4">
  12. <h4><i class="icon-fullscreen"></i> Infinite Scalability</h4>
  13. Scalable vector graphics means every icon looks awesome at any size.
  14. </div>
  15. <div class="span4">
  16. <h4><i class="icon-microphone"></i> Free, as in Speech</h4>
  17. Font Awesome is completely free for commercial use. Check out the <a href="{{ page.relative_path }}license/">license</a>.
  18. </div>
  19. <div class="span4">
  20. <h4><i class="icon-ok"></i> IE7 Support</h4>
  21. Font Awesome supports IE7. If you need it, you have my condolences.
  22. </div>
  23. <div class="span4">
  24. <h4><i class="icon-eye-open"></i> Perfect on Retina Displays</h4>
  25. Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
  26. </div>
  27. <div class="span4">
  28. <h4><i class="icon-thumbs-up-alt"></i> Made for Bootstrap</h4>
  29. Designed from scratch to be fully compatible with <a href="{{ site.bootstrap.url }}">Bootstrap {{ site.bootstrap.version }}</a>.
  30. </div>
  31. <div class="span4">
  32. <h4><i class="icon-desktop"></i> Desktop Friendly</h4>
  33. To use on the desktop or for a complete set of vectors,
  34. check out the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
  35. </div>
  36. <div class="span4">
  37. <h4><i class="icon-search"></i> Screen Reader Compatible</h4>
  38. Font Awesome won't trip up screen readers, unlike other icon fonts.
  39. </div>
  40. </div>
  41. </div>