feather/webfont
2014-05-28 12:52:01 -07:00
..
feather-webfont Initial Commit 2014-05-28 12:52:01 -07:00
resources Initial Commit 2014-05-28 12:52:01 -07:00
README.md Initial Commit 2014-05-28 12:52:01 -07:00
reference.html Initial Commit 2014-05-28 12:52:01 -07:00

Getting Started with Feather Webfont

  1. Copy the entire feather-webfont directory into your project

  2. Include feather.css in the <head> of your HTML document

    &lt;link rel="stylsheet" href="path/to/feather.css"&gt;
    
  3. Insert the icon's class name into any HTML element or insert a data-icon attribute with the icon's HTML entity into any HTML element

    &lt;span class="icon-eye"&gt;&lt;/span&gt;
    &lt;span data-icon="&amp;#xe000"&gt;&lt;/span&gt;
    

Support

If you have any questions, issues or suggestions for new icons, let me know: info@colebemis.com