diff options
Diffstat (limited to 'docs/_static/icons.css')
| -rw-r--r-- | docs/_static/icons.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_static/icons.css b/docs/_static/icons.css new file mode 100644 index 00000000..b237f109 --- /dev/null +++ b/docs/_static/icons.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'Custom Icons'; + font-style: normal; + font-weight: 400; + src: url('icons.woff') format('woff2'); +} + +.custom-icons { + font-family: 'Custom Icons' !important; +} |