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/laperm/laperm.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/fonts-old/laperm/laperm.css (limited to 'static/fonts-old/laperm/laperm.css') diff --git a/static/fonts-old/laperm/laperm.css b/static/fonts-old/laperm/laperm.css new file mode 100644 index 0000000..f19f571 --- /dev/null +++ b/static/fonts-old/laperm/laperm.css @@ -0,0 +1,9 @@ +/* laperm */ +@font-face { + font-family: Laperm; + font-style: normal; + font-weight: 400; + src: local("Laperm"), local("Laperm-Regular"), url(laperm.woff2) format("woff2"); + font-display: swap; +} + -- cgit