From af97adacbe354bc3ed61fd62494fec8ca443ee59 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 24 Jun 2025 11:25:35 -0400 Subject: [PATCH] "fix" issue #3 by manually including the cyrillic small e, u0435 --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0bcbf29..f1b9caf 100755 --- a/build.sh +++ b/build.sh @@ -44,7 +44,10 @@ for font in \ subset_ttf="${font%.ttf}-Subset.ttf" hb-subset "$font" \ --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"