stop subsetting alegreya- it's breaking layout

This commit is contained in:
Alexander 2025-06-23 15:45:20 -04:00
parent 06f1591d33
commit 6eeb91a93d

View file

@ -44,9 +44,7 @@ for font in \
subset_ttf="${font%.ttf}-Subset.ttf"
hb-subset "$font" \
--output-file="$subset_ttf" \
--text-file=all_chars.txt \
--layout-features='*' \
--passthrough-tables
--keep-everything \
woff2_compress "$subset_ttf"