summaryrefslogtreecommitdiffstats
path: root/scripts/build_fonts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_fonts.sh')
-rwxr-xr-xscripts/build_fonts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_fonts.sh b/scripts/build_fonts.sh
index 0e9cd91..7d368e7 100755
--- a/scripts/build_fonts.sh
+++ b/scripts/build_fonts.sh
@@ -13,7 +13,7 @@ find "${ASSETS_DIR}fonts" \
13 13
14 pyftsubset "$file" \ 14 pyftsubset "$file" \
15 --text-file="${ASSETS_DIR}fonts/glyphs.txt" \ 15 --text-file="${ASSETS_DIR}fonts/glyphs.txt" \
16 --layout-features+=ss09,dlig \ 16 --layout-features+=ss02,ss09,dlig \
17 --flavor="woff2" \ 17 --flavor="woff2" \
18 --output-file="$OUTPUT_DIR$target_file" 18 --output-file="$OUTPUT_DIR$target_file"
19 done 19 done