From 8650b12fc28b17f3689e22e6b54425d1c4df3640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Sat, 28 Oct 2023 12:23:16 +0200 Subject: [PATCH] compress fonts files --- issues/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/issues/Makefile b/issues/Makefile index ca51ee2..20f9aa9 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -17,6 +17,7 @@ generate-site: clean tools/atom.sh webzine.puffy.cafe > ../public/atom.xml xmllint -format ../public/atom.xml find ../public/ -name '*.xml' -exec gzip -9 -k {} \; + find ../public/ -name '*.ttf' -exec gzip -9 -k {} \; find ../public/ -name '*.html' -exec gzip -9 -k {} \; puffy: clean