From 8e36a302cec6df297c00be4555ea0a6d8bd20114 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Tue, 12 Sep 2017 20:23:37 +0800 Subject: refactor: store iconfont file locally --- static/dist/fonts/iconfont/iconfont.eot | Bin 0 -> 5928 bytes static/dist/fonts/iconfont/iconfont.svg | 93 +++++++++++++++++++++++++++++++ static/dist/fonts/iconfont/iconfont.ttf | Bin 0 -> 5760 bytes static/dist/fonts/iconfont/iconfont.woff | Bin 0 -> 4160 bytes 4 files changed, 93 insertions(+) create mode 100644 static/dist/fonts/iconfont/iconfont.eot create mode 100644 static/dist/fonts/iconfont/iconfont.svg create mode 100644 static/dist/fonts/iconfont/iconfont.ttf create mode 100644 static/dist/fonts/iconfont/iconfont.woff (limited to 'static/dist/fonts/iconfont') diff --git a/static/dist/fonts/iconfont/iconfont.eot b/static/dist/fonts/iconfont/iconfont.eot new file mode 100644 index 0000000..912bca3 Binary files /dev/null and b/static/dist/fonts/iconfont/iconfont.eot differ diff --git a/static/dist/fonts/iconfont/iconfont.svg b/static/dist/fonts/iconfont/iconfont.svg new file mode 100644 index 0000000..a13a862 --- /dev/null +++ b/static/dist/fonts/iconfont/iconfont.svg @@ -0,0 +1,93 @@ + + + + + +Created by iconfont + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/dist/fonts/iconfont/iconfont.ttf b/static/dist/fonts/iconfont/iconfont.ttf new file mode 100644 index 0000000..f6765c5 Binary files /dev/null and b/static/dist/fonts/iconfont/iconfont.ttf differ diff --git a/static/dist/fonts/iconfont/iconfont.woff b/static/dist/fonts/iconfont/iconfont.woff new file mode 100644 index 0000000..526da66 Binary files /dev/null and b/static/dist/fonts/iconfont/iconfont.woff differ -- cgit v1.2.3