From 8166458b41065ba8de63f909424bfd012f8243e1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 17 Jan 2023 00:48:17 +0000 Subject: add japanese fonts --- static/fonts/wrestleround/wrestleround.css | 9 +++++++++ static/fonts/wrestleround/wrestleround.woff2 | Bin 0 -> 11648 bytes 2 files changed, 9 insertions(+) create mode 100644 static/fonts/wrestleround/wrestleround.css create mode 100644 static/fonts/wrestleround/wrestleround.woff2 (limited to 'static/fonts/wrestleround') diff --git a/static/fonts/wrestleround/wrestleround.css b/static/fonts/wrestleround/wrestleround.css new file mode 100644 index 0000000..2699c65 --- /dev/null +++ b/static/fonts/wrestleround/wrestleround.css @@ -0,0 +1,9 @@ +/* wrestleround */ +@font-face { + font-family: Wrestleround; + font-style: normal; + font-weight: 400; + src: local("Wrestleround"), local("Wrestleround-Regular"), url(wrestleround.woff2) format("woff2"); + font-display: swap; +} + diff --git a/static/fonts/wrestleround/wrestleround.woff2 b/static/fonts/wrestleround/wrestleround.woff2 new file mode 100644 index 0000000..936c67b Binary files /dev/null and b/static/fonts/wrestleround/wrestleround.woff2 differ -- cgit