"fix" issue #3 by manually including the cyrillic small e, u0435
This commit is contained in:
parent
1b0e96f464
commit
af97adacbe
1 changed files with 4 additions and 1 deletions
5
build.sh
5
build.sh
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue