mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
23 lines
652 B
Markdown
23 lines
652 B
Markdown
|
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
|
||
|
|
||
|
```
|
||
|
<link rel="stylsheet" href="path/to/feather.css">
|
||
|
```
|
||
|
|
||
|
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
|
||
|
|
||
|
```
|
||
|
<span class="icon-eye"></span>
|
||
|
<span data-icon="&#xe000"></span>
|
||
|
```
|
||
|
|
||
|
Support
|
||
|
-----
|
||
|
|
||
|
If you have any questions, issues or suggestions for new icons, let me know: [info@colebemis.com](mailto:info@colebemis.com)
|