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