Skip to content

Commit

Permalink
Build TTCs
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Apr 9, 2024
1 parent 9241cec commit 5b1d953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-gf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ SANS_SOURCES=Sans/Variable/TTF/Subset/*ttf

python3 google-fonts/hotfix.py --output-dir=google-fonts $SERIF_SOURCES $SANS_SOURCES
add-chws -o google-fonts google-fonts/*ttf

# Build TTCs for Android
fonttools ttLib -o google-fonts/'NotoSansCJK[wght].ttf.ttc' google-fonts/NotoSans*.ttf
fonttools ttLib -o google-fonts/'NotoSerifCJK[wght].ttf.ttc' google-fonts/NotoSerif*.ttf
Binary file added google-fonts/NotoSansCJK[wght].ttf.ttc
Binary file not shown.
Binary file added google-fonts/NotoSerifCJK[wght].ttf.ttc
Binary file not shown.

0 comments on commit 5b1d953

Please sign in to comment.