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/legal/legal.css | 9 +++++++++ static/fonts-old/legal/legal.woff2 | Bin 0 -> 11820 bytes 2 files changed, 9 insertions(+) create mode 100644 static/fonts-old/legal/legal.css create mode 100644 static/fonts-old/legal/legal.woff2 (limited to 'static/fonts-old/legal') diff --git a/static/fonts-old/legal/legal.css b/static/fonts-old/legal/legal.css new file mode 100644 index 0000000..553ad93 --- /dev/null +++ b/static/fonts-old/legal/legal.css @@ -0,0 +1,9 @@ +/* legal */ +@font-face { + font-family: legal; + font-style: normal; + font-weight: 400; + src: local("legal"), local("legal-Regular"), url(legal.woff2) format("woff2"); + font-display: swap; +} + diff --git a/static/fonts-old/legal/legal.woff2 b/static/fonts-old/legal/legal.woff2 new file mode 100644 index 0000000..6ba4e41 Binary files /dev/null and b/static/fonts-old/legal/legal.woff2 differ -- cgit