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/retron | |
parent | 8d176d8c076a5e71c210ee7464512b983659e1a0 (diff) | |
download | blossom-8166458b41065ba8de63f909424bfd012f8243e1.tar.gz blossom-8166458b41065ba8de63f909424bfd012f8243e1.tar.bz2 blossom-8166458b41065ba8de63f909424bfd012f8243e1.zip |
add japanese fonts
Diffstat (limited to 'static/fonts/retron')
-rw-r--r-- | static/fonts/retron/retron-black-dash.woff2 | bin | 0 -> 14416 bytes | |||
-rw-r--r-- | static/fonts/retron/retron-black.woff2 | bin | 0 -> 17660 bytes | |||
-rw-r--r-- | static/fonts/retron/retron-bold-dash.woff2 | bin | 0 -> 14620 bytes | |||
-rw-r--r-- | static/fonts/retron/retron-bold.woff2 | bin | 0 -> 17760 bytes | |||
-rw-r--r-- | static/fonts/retron/retron.css | 33 |
5 files changed, 33 insertions, 0 deletions
diff --git a/static/fonts/retron/retron-black-dash.woff2 b/static/fonts/retron/retron-black-dash.woff2 Binary files differnew file mode 100644 index 0000000..438c859 --- /dev/null +++ b/static/fonts/retron/retron-black-dash.woff2 diff --git a/static/fonts/retron/retron-black.woff2 b/static/fonts/retron/retron-black.woff2 Binary files differnew file mode 100644 index 0000000..cd1b246 --- /dev/null +++ b/static/fonts/retron/retron-black.woff2 diff --git a/static/fonts/retron/retron-bold-dash.woff2 b/static/fonts/retron/retron-bold-dash.woff2 Binary files differnew file mode 100644 index 0000000..0d61d57 --- /dev/null +++ b/static/fonts/retron/retron-bold-dash.woff2 diff --git a/static/fonts/retron/retron-bold.woff2 b/static/fonts/retron/retron-bold.woff2 Binary files differnew file mode 100644 index 0000000..1e5aa2f --- /dev/null +++ b/static/fonts/retron/retron-bold.woff2 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; +} + |