From 0676f754f62836220f7bba53102ea031293eb0ee Mon Sep 17 00:00:00 2001 From: Jason Schwarzenberger Date: Fri, 4 Dec 2020 10:16:22 +1300 Subject: [PATCH] font. --- webapp/src/components/Article.svelte | 3 +++ webapp/static/fonts/AppSILB.ttf | Bin 0 -> 75056 bytes webapp/static/fonts/AppSILBI.ttf | Bin 0 -> 50760 bytes webapp/static/fonts/AppSILI.ttf | Bin 0 -> 50492 bytes webapp/static/fonts/AppSILR.ttf | Bin 0 -> 74148 bytes webapp/static/fonts/Fonts.css | 28 +++++++++++++++++++++++++++ webapp/static/fonts/icomoon.ttf | Bin 0 -> 1556 bytes 7 files changed, 31 insertions(+) create mode 100644 webapp/static/fonts/AppSILB.ttf create mode 100644 webapp/static/fonts/AppSILBI.ttf create mode 100644 webapp/static/fonts/AppSILI.ttf create mode 100644 webapp/static/fonts/AppSILR.ttf create mode 100644 webapp/static/fonts/Fonts.css create mode 100644 webapp/static/fonts/icomoon.ttf diff --git a/webapp/src/components/Article.svelte b/webapp/src/components/Article.svelte index 6ad5367..10d54e0 100644 --- a/webapp/src/components/Article.svelte +++ b/webapp/src/components/Article.svelte @@ -6,6 +6,7 @@