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