From 279137974b9a8ffaf58202c7fa64d0f18bd6c3a0 Mon Sep 17 00:00:00 2001 From: Wiwaltill <74987472+Wiwaltill@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:08:25 +0200 Subject: [PATCH] Update to v4.4 - Change the span- to i-tag - Change the link to the css file (rename "fonts" folder to "css") --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).