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/chi_singapura_free/chi_singapura_free.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/fonts/chi_singapura_free/chi_singapura_free.css (limited to 'static/fonts/chi_singapura_free/chi_singapura_free.css') diff --git a/static/fonts/chi_singapura_free/chi_singapura_free.css b/static/fonts/chi_singapura_free/chi_singapura_free.css new file mode 100644 index 0000000..69bdd13 --- /dev/null +++ b/static/fonts/chi_singapura_free/chi_singapura_free.css @@ -0,0 +1,9 @@ +/* chi_singapura_freer */ +@font-face { + font-family: CHI_Singapura_free; + font-style: normal; + font-weight: 400; + src: local("CHI_Singapura_freeR"), local("CHI_Singapura_free-R"), url(chi_singapura_freer.woff2) format("woff2"); + font-display: swap; +} + -- cgit