Build minimal demo site
This commit is contained in:
8
fonts/static/woff2.sh
Executable file
8
fonts/static/woff2.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Compress all font files in the current directory using woff2_compress
|
||||
|
||||
for font in *.ttf *.otf; do
|
||||
if [[ -f "$font" ]]; then
|
||||
woff2_compress "$font"
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user