compress fonts files

This commit is contained in:
Solène Rapenne 2023-10-28 12:23:16 +02:00
parent a6a53fd391
commit 8650b12fc2
Signed by: solene
GPG Key ID: 8CD42DFD57F0A909
1 changed files with 1 additions and 0 deletions

View File

@ -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