aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/fontello.css
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-05-07 13:40:12 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-05-07 17:41:18 +0200
commitbf5deb87cef2b6f1370c808821dfb631d00590f6 (patch)
treee1be1105ae3bd38bc69b2a74ee912405d59eb4a0 /cmd/web/static/fontello.css
parent400ff25bc71d90dedf66b49cde459a6efe456cf8 (diff)
downloadFront-bf5deb87cef2b6f1370c808821dfb631d00590f6.tar.gz
Front-bf5deb87cef2b6f1370c808821dfb631d00590f6.tar.zst
Front-bf5deb87cef2b6f1370c808821dfb631d00590f6.zip
Add fontello icons.
Diffstat (limited to 'cmd/web/static/fontello.css')
-rw-r--r--cmd/web/static/fontello.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/web/static/fontello.css b/cmd/web/static/fontello.css
new file mode 100644
index 0000000..ba4e933
--- /dev/null
+++ b/cmd/web/static/fontello.css
@@ -0,0 +1,6 @@
1
2.icon-ok-circled:before { content: '\e800'; } /* '' */
3.icon-cancel-circled:before { content: '\e801'; } /* '' */
4.icon-key:before { content: '\e802'; } /* '' */
5.icon-user:before { content: '\e803'; } /* '' */
6.icon-hourglass-2:before { content: '\f252'; } /* '' */ \ No newline at end of file