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/retron/retron.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 static/fonts/retron/retron.css (limited to 'static/fonts/retron/retron.css') diff --git a/static/fonts/retron/retron.css b/static/fonts/retron/retron.css new file mode 100644 index 0000000..d1e7d6a --- /dev/null +++ b/static/fonts/retron/retron.css @@ -0,0 +1,33 @@ +/* retron-black */ +@font-face { + font-family: Retron; + font-style: normal; + font-weight: 900; + src: local("Retron Black"), local("Retron-Black"), url(retron-black.woff2) format("woff2"); + font-display: swap; +} +/* retron-black-dash */ +@font-face { + font-family: Retron; + font-style: normal; + font-weight: 900; + src: local("Retron Black Dash"), local("Retron-BlackDash"), url(retron-black-dash.woff2) format("woff2"); + font-display: swap; +} +/* retron-bold */ +@font-face { + font-family: Retron; + font-style: normal; + font-weight: 700; + src: local("Retron Bold"), local("Retron-Bold"), url(retron-bold.woff2) format("woff2"); + font-display: swap; +} +/* retron-bold-dash */ +@font-face { + font-family: Retron; + font-style: normal; + font-weight: 700; + src: local("Retron Bold Dash"), local("Retron-BoldDash"), url(retron-bold-dash.woff2) format("woff2"); + font-display: swap; +} + -- cgit