From bf5deb87cef2b6f1370c808821dfb631d00590f6 Mon Sep 17 00:00:00 2001 From: jloup Date: Mon, 7 May 2018 13:40:12 +0200 Subject: Add fontello icons. --- cmd/web/static/fontello.css | 6 +++++ cmd/web/static/fonts/fontello.eot | Bin 0 -> 6168 bytes cmd/web/static/fonts/fontello.svg | 20 +++++++++++++++ cmd/web/static/fonts/fontello.ttf | Bin 0 -> 6000 bytes cmd/web/static/fonts/fontello.woff | Bin 0 -> 3592 bytes cmd/web/static/fonts/fontello.woff2 | Bin 0 -> 2940 bytes cmd/web/static/index.html | 2 +- cmd/web/static/style.css | 47 ++++++++++++++++++++++++++++++++++++ 8 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 cmd/web/static/fontello.css create mode 100644 cmd/web/static/fonts/fontello.eot create mode 100644 cmd/web/static/fonts/fontello.svg create mode 100644 cmd/web/static/fonts/fontello.ttf create mode 100644 cmd/web/static/fonts/fontello.woff create mode 100644 cmd/web/static/fonts/fontello.woff2 (limited to 'cmd/web/static') 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 @@ + +.icon-ok-circled:before { content: '\e800'; } /* '' */ +.icon-cancel-circled:before { content: '\e801'; } /* '' */ +.icon-key:before { content: '\e802'; } /* '' */ +.icon-user:before { content: '\e803'; } /* '' */ +.icon-hourglass-2:before { content: '\f252'; } /* '' */ \ No newline at end of file diff --git a/cmd/web/static/fonts/fontello.eot b/cmd/web/static/fonts/fontello.eot new file mode 100644 index 0000000..14932cc Binary files /dev/null and b/cmd/web/static/fonts/fontello.eot differ diff --git a/cmd/web/static/fonts/fontello.svg b/cmd/web/static/fonts/fontello.svg new file mode 100644 index 0000000..dce8334 --- /dev/null +++ b/cmd/web/static/fonts/fontello.svg @@ -0,0 +1,20 @@ + + + +Copyright (C) 2018 by original authors @ fontello.com + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cmd/web/static/fonts/fontello.ttf b/cmd/web/static/fonts/fontello.ttf new file mode 100644 index 0000000..ab1efb3 Binary files /dev/null and b/cmd/web/static/fonts/fontello.ttf differ diff --git a/cmd/web/static/fonts/fontello.woff b/cmd/web/static/fonts/fontello.woff new file mode 100644 index 0000000..6faf045 Binary files /dev/null and b/cmd/web/static/fonts/fontello.woff differ diff --git a/cmd/web/static/fonts/fontello.woff2 b/cmd/web/static/fonts/fontello.woff2 new file mode 100644 index 0000000..8e41726 Binary files /dev/null and b/cmd/web/static/fonts/fontello.woff2 differ diff --git a/cmd/web/static/index.html b/cmd/web/static/index.html index bf3bd19..6e68a21 100644 --- a/cmd/web/static/index.html +++ b/cmd/web/static/index.html @@ -11,8 +11,8 @@ Cryptoportfolio - +