From fc066cef3bddc9348c3411c536d88dee4331a1ea Mon Sep 17 00:00:00 2001 From: Jared Rice Date: Thu, 11 Aug 2022 09:50:23 -0400 Subject: Update README.md with Iconfont usage examples While trying to use this library I couldn't figure out how to use the iconfont without first digging deeper into the official website, so I included an HTML and CSS example in the README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ed386e2d..d0b49913 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,17 @@ To load a specific version replace `latest` with the desired version number. ``` +###### HTML +```html + +``` + +###### CSS +```css +content: 'ec8f'; +``` + + ### Compiling fonts To compile fonts first install [fontforge](https://fontforge.org/en-US/). -- cgit v1.2.1