From 77ffc8dfeabd45cb3fac500902fcbcb7176edcc7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 26 Mar 2023 16:55:25 +0900 Subject: project: Initial commit --- static/sarasa-gothic.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/sarasa-gothic.css (limited to 'static/sarasa-gothic.css') diff --git a/static/sarasa-gothic.css b/static/sarasa-gothic.css new file mode 100644 index 0000000..2b24868 --- /dev/null +++ b/static/sarasa-gothic.css @@ -0,0 +1,8 @@ +@font-face { + font-family: 'Sarasa Gothic SC'; + font-style: normal; + font-weight: bold; + unicode-range: U+30BB, U+30D4, U+30FC; + src: url(./font/sarasa-gothic-sc-bold.woff2) format('woff2'), + url(./font/sarasa-gothic-sc-bold.woff) format('woff'); +} -- cgit 1.4.1