"fix" issue #3 by manually including the cyrillic small e, u0435

This commit is contained in:
Alexander 2025-06-24 11:25:35 -04:00
parent 1b0e96f464
commit af97adacbe

View file

@ -44,7 +44,10 @@ for font in \
subset_ttf="${font%.ttf}-Subset.ttf" subset_ttf="${font%.ttf}-Subset.ttf"
hb-subset "$font" \ hb-subset "$font" \
--output-file="$subset_ttf" \ --output-file="$subset_ttf" \
--keep-everything \ --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
woff2_compress "$subset_ttf" woff2_compress "$subset_ttf"