diff options
author | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
commit | c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd (patch) | |
tree | 4792d0f38463a15ca352118e8264a4813c05e15e /scripts | |
parent | Added better font for text (Iosevka Aile) (diff) | |
download | volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.gz volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.bz2 volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.zip |
WIP: Redesign
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_fonts.sh | 2 |
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 |