Update README.md

Update because of the new iconoir.css file.
This commit is contained in:
Wiwaltill 2021-06-26 16:34:56 +02:00 committed by GitHub
parent 9da94e3c47
commit 4fb0c67369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,21 @@ You can download any icon of the pack directly from https://iconoir.com or get t
## Font ## Font
Iconoir is available in .EOT, .SVG, .TTF, and .WOFF. Get them in the /fonts folder. 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:
```html
<link rel="stylesheet" href="https://raw.githubusercontent.com/lucaburgio/iconoir/master/fonts/iconoir.css">
```
Here is an example in HTML: Here is an example in HTML:
```shell ```html
<span class="iconoir-hand-brake"></span> <span class="iconoir-hand-brake"></span>
``` ```
The name of the icon must always be inserted as the class. You can find it [here](https://iconoir.com).
## React ## React