aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2022-08-12 15:35:04 +0200
committerGitHub <noreply@github.com>2022-08-12 15:35:04 +0200
commit3905d2ca78e1639004f1e2140c010d0daca621a6 (patch)
treeaac4ce704a0624207214f3b46af0f8e878bca4db
parentUpdate README.md (diff)
parentUpdate README.md with Iconfont usage examples (diff)
downloadtabler-icons-dev-icons-react.tar.xz
Merge pull request #283 from jared-rice/update-readmedev-icons-react
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7a5d3cac..a8e5c131 100644
--- a/README.md
+++ b/README.md
@@ -206,6 +206,17 @@ To load a specific version replace `latest` with the desired version number.
<script src="https://cdn.jsdelivr.net/npm/@tabler/icons@1.74.0/icons-react/dist/index.umd.min.js"></script>
```
+###### HTML
+```html
+<i class="ti ti-brand-tabler"></i>
+```
+
+###### CSS
+```css
+content: 'ec8f';
+```
+
+
### Compiling fonts
To compile fonts first install [fontforge](https://fontforge.org/en-US/).