feather/webfont/README.md

23 lines
614 B
Markdown
Raw Normal View History

2014-05-28 23:52:01 +04: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
```
2014-05-28 23:58:55 +04:00
<link rel="stylsheet" href="path/to/feather.css">
2014-05-28 23:52:01 +04:00
```
2014-05-28 23:58:55 +04:00
2014-05-28 23:52:01 +04:00
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
```
2014-05-28 23:58:55 +04:00
<span class="icon-eye"></span>
<span data-icon="&#xe000"></span>
2014-05-28 23:52:01 +04:00
```
Support
-----
If you have any questions, issues or suggestions for new icons, let me know: [info@colebemis.com](mailto:info@colebemis.com)