aboutsummaryrefslogtreecommitdiffstats
path: root/static/fonts-old/retron
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-06-20 17:47:20 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-06-20 17:47:20 +0100
commit0df5f5a9ee9fd3fc989dced9fb728e57644dd65c (patch)
tree97459256dfa9ea6dfd3f5fdb806b71f03d66f010 /static/fonts-old/retron
parent27baf0ab8005eed210a34d87a1c1f10b3f351d75 (diff)
downloadblossom-0df5f5a9ee9fd3fc989dced9fb728e57644dd65c.tar.gz
blossom-0df5f5a9ee9fd3fc989dced9fb728e57644dd65c.tar.bz2
blossom-0df5f5a9ee9fd3fc989dced9fb728e57644dd65c.zip
FINALLY optimize fonts
Diffstat (limited to 'static/fonts-old/retron')
-rw-r--r--static/fonts-old/retron/retron-black-dash.woff2bin0 -> 14416 bytes
-rw-r--r--static/fonts-old/retron/retron-black.woff2bin0 -> 17660 bytes
-rw-r--r--static/fonts-old/retron/retron-bold-dash.woff2bin0 -> 14620 bytes
-rw-r--r--static/fonts-old/retron/retron-bold.woff2bin0 -> 17760 bytes
-rw-r--r--static/fonts-old/retron/retron.css33
5 files changed, 33 insertions, 0 deletions
diff --git a/static/fonts-old/retron/retron-black-dash.woff2 b/static/fonts-old/retron/retron-black-dash.woff2
new file mode 100644
index 0000000..438c859
--- /dev/null
+++ b/static/fonts-old/retron/retron-black-dash.woff2
Binary files differ
diff --git a/static/fonts-old/retron/retron-black.woff2 b/static/fonts-old/retron/retron-black.woff2
new file mode 100644
index 0000000..cd1b246
--- /dev/null
+++ b/static/fonts-old/retron/retron-black.woff2
Binary files differ
diff --git a/static/fonts-old/retron/retron-bold-dash.woff2 b/static/fonts-old/retron/retron-bold-dash.woff2
new file mode 100644
index 0000000..0d61d57
--- /dev/null
+++ b/static/fonts-old/retron/retron-bold-dash.woff2
Binary files differ
diff --git a/static/fonts-old/retron/retron-bold.woff2 b/static/fonts-old/retron/retron-bold.woff2
new file mode 100644
index 0000000..1e5aa2f
--- /dev/null
+++ b/static/fonts-old/retron/retron-bold.woff2
Binary files differ
diff --git a/static/fonts-old/retron/retron.css b/static/fonts-old/retron/retron.css
new file mode 100644
index 0000000..d1e7d6a
--- /dev/null
+++ b/static/fonts-old/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;
+}
+