diff options
author | cel 🌸 <cel@blos.sm> | 2023-01-17 00:48:17 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-01-17 00:48:17 +0000 |
commit | 8166458b41065ba8de63f909424bfd012f8243e1 (patch) | |
tree | 7a6f8de2d422afb0fa222488fcec9bd7e869ef94 /static/fonts/lee_claw | |
parent | 8d176d8c076a5e71c210ee7464512b983659e1a0 (diff) | |
download | blossom-8166458b41065ba8de63f909424bfd012f8243e1.tar.gz blossom-8166458b41065ba8de63f909424bfd012f8243e1.tar.bz2 blossom-8166458b41065ba8de63f909424bfd012f8243e1.zip |
add japanese fonts
Diffstat (limited to 'static/fonts/lee_claw')
-rw-r--r-- | static/fonts/lee_claw/lee_claw-regular.woff2 | bin | 0 -> 596604 bytes | |||
-rw-r--r-- | static/fonts/lee_claw/lee_claw.css | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/static/fonts/lee_claw/lee_claw-regular.woff2 b/static/fonts/lee_claw/lee_claw-regular.woff2 Binary files differnew file mode 100644 index 0000000..8612a0b --- /dev/null +++ b/static/fonts/lee_claw/lee_claw-regular.woff2 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; +} + |