From 0df5f5a9ee9fd3fc989dced9fb728e57644dd65c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 20 Jun 2023 17:47:20 +0100 Subject: FINALLY optimize fonts --- static/fonts-old/lee_claw/lee_claw-regular.woff2 | Bin 0 -> 596604 bytes static/fonts-old/lee_claw/lee_claw.css | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 static/fonts-old/lee_claw/lee_claw-regular.woff2 create mode 100644 static/fonts-old/lee_claw/lee_claw.css (limited to 'static/fonts-old/lee_claw') diff --git a/static/fonts-old/lee_claw/lee_claw-regular.woff2 b/static/fonts-old/lee_claw/lee_claw-regular.woff2 new file mode 100644 index 0000000..8612a0b Binary files /dev/null and b/static/fonts-old/lee_claw/lee_claw-regular.woff2 differ diff --git a/static/fonts-old/lee_claw/lee_claw.css b/static/fonts-old/lee_claw/lee_claw.css new file mode 100644 index 0000000..d593ad1 --- /dev/null +++ b/static/fonts-old/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; +} + -- cgit