From 6eeb91a93dadff59d66198f260375c038b918bf3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 23 Jun 2025 15:45:20 -0400 Subject: [PATCH] stop subsetting alegreya- it's breaking layout --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 4c729dc..80f8ab8 100755 --- a/build.sh +++ b/build.sh @@ -44,9 +44,7 @@ for font in \ subset_ttf="${font%.ttf}-Subset.ttf" hb-subset "$font" \ --output-file="$subset_ttf" \ - --text-file=all_chars.txt \ - --layout-features='*' \ - --passthrough-tables + --keep-everything \ woff2_compress "$subset_ttf"