status
This commit is contained in:
parent
53896dc5a8
commit
db4e7eb22b
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -14,6 +14,7 @@ source ./pgvv/bin/activate
|
||||||
|
|
||||||
find acl.cool/site/ ytheleus.org/site/ -type f \( -name '*.dj' -o -name '*.html' \) -exec cat {} + > all_chars.txt
|
find acl.cool/site/ ytheleus.org/site/ -type f \( -name '*.dj' -o -name '*.html' \) -exec cat {} + > all_chars.txt
|
||||||
for font in fonts/JuliaMono/*{-Light,-Regular,-SemiBold}{,Italic}.woff2; do
|
for font in fonts/JuliaMono/*{-Light,-Regular,-SemiBold}{,Italic}.woff2; do
|
||||||
|
echo "Subsetting $font"
|
||||||
pyftsubset "$font" --flavor=woff2 --text-file=all_chars.txt \
|
pyftsubset "$font" --flavor=woff2 --text-file=all_chars.txt \
|
||||||
--output-file="$(awk -F '.woff2' '{print $1}' <<< "$font")-Subset.woff2"
|
--output-file="$(awk -F '.woff2' '{print $1}' <<< "$font")-Subset.woff2"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue