README.md 614 Bytes
Newer Older
Cole Bemis's avatar
Cole Bemis committed
1 2 3 4 5 6 7 8
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

    ```
Cole Bemis's avatar
Cole Bemis committed
9
    <link rel="stylsheet" href="path/to/feather.css">
Cole Bemis's avatar
Cole Bemis committed
10
    ```
Cole Bemis's avatar
Cole Bemis committed
11

Cole Bemis's avatar
Cole Bemis committed
12 13 14
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

    ```
Cole Bemis's avatar
Cole Bemis committed
15 16
    <span class="icon-eye"></span>
    <span data-icon="&#xe000"></span>
Cole Bemis's avatar
Cole Bemis committed
17 18 19 20 21 22
    ```

Support
-----

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