mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 20:11:17 -05:00
umbral 5 init
This commit is contained in:
parent
6808af8471
commit
b48dc428ee
10 changed files with 235 additions and 7 deletions
15
build.sh
15
build.sh
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue