umbral 5 init

This commit is contained in:
Alexander 2025-08-16 09:52:26 -04:00
parent 6808af8471
commit b48dc428ee
10 changed files with 235 additions and 7 deletions

View file

@ -52,7 +52,20 @@ for font in \
--text-file=all_chars.txt \
--layout-features='*' \
--passthrough-tables \
--unicodes+="0x0435" # this is the cyrillic e. For some reason, alegreya's ff calt breaks without it
--unicodes+="0x0435" # this is the cyrillic e. For some reason, Alegreya's ff calt breaks without it
woff2_compress "$subset_ttf"
rm "$subset_ttf"
done
for font in fonts/PlaywriteUSA/*.ttf; do
subset_ttf="${font%.ttf}-Subset.ttf"
hb-subset "$font" \
--output-file="$subset_ttf" \
--text-file=all_chars.txt \
--layout-features='*' \
--passthrough-tables
woff2_compress "$subset_ttf"