diff --git a/README.md b/README.md index e93e24d4..3096b14f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ You can download any icon of the pack directly from https://iconoir.com or get t ## Font -Iconoir is available in .EOT, .SVG, .TTF, and .WOFF. Get them in the /fonts folder. If you want to use Iconoir in a HTML file, you just need to add the [iconoir.css](./fonts/iconoir.css) file. Import the CSS File: @@ -48,6 +47,7 @@ Here is an example in HTML: ``` The class must always be "iconoir-" and then the name of the icon. You can find the names of the icons [here](https://iconoir.com). +The webfonts are in the [/fonts](./fonts) folder. Iconoir is available in EOT, SVG, TTF, and WOFF formats. ## React