stop subsetting alegreya- it's breaking layout
This commit is contained in:
parent
06f1591d33
commit
6eeb91a93d
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -44,9 +44,7 @@ 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" \
|
||||||
--text-file=all_chars.txt \
|
--keep-everything \
|
||||||
--layout-features='*' \
|
|
||||||
--passthrough-tables
|
|
||||||
|
|
||||||
woff2_compress "$subset_ttf"
|
woff2_compress "$subset_ttf"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue