license.html 399 B

123456789101112131415
  1. ---
  2. layout: base
  3. title: Font Awesome License
  4. navbar_active: license
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="icon-legal icon-large"></i>&nbsp; License{% endcapture %}
  8. {% capture jumbotron_p %}The full details of how Font Awesome is licensed{% endcapture %}
  9. {% include jumbotron.html %}
  10. {% include stripe-social.html %}
  11. <div class="container">
  12. {% include license.html %}
  13. </div>