mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Fix typos in README.md
This commit is contained in:
parent
4745052ca8
commit
9c7485ba2b
@ -6,14 +6,14 @@ Getting Started with Feather Webfont
|
|||||||
2. Include `feather.css` in the `<head>` of your HTML document
|
2. Include `feather.css` in the `<head>` of your HTML document
|
||||||
|
|
||||||
```
|
```
|
||||||
<link rel="stylsheet" href="path/to/feather.css">
|
<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
|
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 class="icon-eye"></span>
|
||||||
<span data-icon="&#xe000"></span>
|
<span data-icon=""></span>
|
||||||
```
|
```
|
||||||
|
|
||||||
Support
|
Support
|
||||||
|
Loading…
Reference in New Issue
Block a user