From 5657112dfb0e6eac2faa2ae1dc0978ed29030709 Mon Sep 17 00:00:00 2001 From: panda-z Date: Mon, 13 Apr 2020 21:18:35 +0800 Subject: chore(build): drop webpack and use Hugo Pipes (#130) --- static/fonts/chancery/apple-chancery-webfont.eot | Bin 0 -> 26058 bytes static/fonts/chancery/apple-chancery-webfont.svg | 228 +++++++++++++++++++++ static/fonts/chancery/apple-chancery-webfont.ttf | Bin 0 -> 60780 bytes static/fonts/chancery/apple-chancery-webfont.woff | Bin 0 -> 30256 bytes static/fonts/chancery/apple-chancery-webfont.woff2 | Bin 0 -> 23532 bytes static/fonts/iconfont/iconfont.eot | Bin 0 -> 10420 bytes static/fonts/iconfont/iconfont.svg | 60 ++++++ static/fonts/iconfont/iconfont.ttf | Bin 0 -> 10256 bytes static/fonts/iconfont/iconfont.woff | Bin 0 -> 10336 bytes 9 files changed, 288 insertions(+) create mode 100644 static/fonts/chancery/apple-chancery-webfont.eot create mode 100644 static/fonts/chancery/apple-chancery-webfont.svg create mode 100644 static/fonts/chancery/apple-chancery-webfont.ttf create mode 100644 static/fonts/chancery/apple-chancery-webfont.woff create mode 100644 static/fonts/chancery/apple-chancery-webfont.woff2 create mode 100644 static/fonts/iconfont/iconfont.eot create mode 100644 static/fonts/iconfont/iconfont.svg create mode 100644 static/fonts/iconfont/iconfont.ttf create mode 100644 static/fonts/iconfont/iconfont.woff (limited to 'static') diff --git a/static/fonts/chancery/apple-chancery-webfont.eot b/static/fonts/chancery/apple-chancery-webfont.eot new file mode 100644 index 0000000..39c3936 Binary files /dev/null and b/static/fonts/chancery/apple-chancery-webfont.eot differ diff --git a/static/fonts/chancery/apple-chancery-webfont.svg b/static/fonts/chancery/apple-chancery-webfont.svg new file mode 100644 index 0000000..2b18b6a --- /dev/null +++ b/static/fonts/chancery/apple-chancery-webfont.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/fonts/chancery/apple-chancery-webfont.ttf b/static/fonts/chancery/apple-chancery-webfont.ttf new file mode 100644 index 0000000..8238aa4 Binary files /dev/null and b/static/fonts/chancery/apple-chancery-webfont.ttf differ diff --git a/static/fonts/chancery/apple-chancery-webfont.woff b/static/fonts/chancery/apple-chancery-webfont.woff new file mode 100644 index 0000000..e476776 Binary files /dev/null and b/static/fonts/chancery/apple-chancery-webfont.woff differ diff --git a/static/fonts/chancery/apple-chancery-webfont.woff2 b/static/fonts/chancery/apple-chancery-webfont.woff2 new file mode 100644 index 0000000..922dfb3 Binary files /dev/null and b/static/fonts/chancery/apple-chancery-webfont.woff2 differ diff --git a/static/fonts/iconfont/iconfont.eot b/static/fonts/iconfont/iconfont.eot new file mode 100644 index 0000000..66e449b Binary files /dev/null and b/static/fonts/iconfont/iconfont.eot differ diff --git a/static/fonts/iconfont/iconfont.svg b/static/fonts/iconfont/iconfont.svg new file mode 100644 index 0000000..4bed506 --- /dev/null +++ b/static/fonts/iconfont/iconfont.svg @@ -0,0 +1,60 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/fonts/iconfont/iconfont.ttf b/static/fonts/iconfont/iconfont.ttf new file mode 100644 index 0000000..f8f81a4 Binary files /dev/null and b/static/fonts/iconfont/iconfont.ttf differ diff --git a/static/fonts/iconfont/iconfont.woff b/static/fonts/iconfont/iconfont.woff new file mode 100644 index 0000000..e400c03 Binary files /dev/null and b/static/fonts/iconfont/iconfont.woff differ -- cgit v1.2.3