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 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/fonts/wrestleround/wrestleround.css (limited to 'static/fonts/wrestleround/wrestleround.css') 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; +} + -- cgit