diff --git a/README.md b/README.md index fe10eec7..e27f4528 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,20 @@ A React Native library is available to install under the name `iconoir-react-nat Iconoir is happily part of [Framer](https://framer.com) now. To start using the icons: On the top menu, `Insert` > `Graphics` > `Iconoir`. You can switch between icons from the right sidebar in the editor. -## Font +## CSS -To use Iconoir as a font, add the [iconoir.css](./fonts/iconoir.css) file in your project. +To use Iconoir in a HTML file, add the [iconoir.css](./fonts/iconoir.css) file in your project. Import the CSS File: ```html - + ``` Here is an example in HTML: ```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).