summaryrefslogtreecommitdiffstats
path: root/scripts/build_fonts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_fonts.sh')
-rwxr-xr-xscripts/build_fonts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_fonts.sh b/scripts/build_fonts.sh
index d7c5e13..145dfef 100755
--- a/scripts/build_fonts.sh
+++ b/scripts/build_fonts.sh
@@ -4,10 +4,10 @@ pyftsubset assets/iosevka-term-ss09-regular.ttf \
4 --text-file='assets/glyphs.txt' \ 4 --text-file='assets/glyphs.txt' \
5 --layout-features+=ss09,dlig \ 5 --layout-features+=ss09,dlig \
6 --flavor='woff2' \ 6 --flavor='woff2' \
7 --output-file='dist/iosevka-term-ss09-regular.woff2' 7 --output-file='output/iosevka-term-ss09-regular.woff2'
8 8
9pyftsubset assets/iosevka-term-ss09-bold.ttf \ 9pyftsubset assets/iosevka-term-ss09-bold.ttf \
10 --text-file='assets/glyphs.txt' \ 10 --text-file='assets/glyphs.txt' \
11 --layout-features+=ss09,dlig \ 11 --layout-features+=ss09,dlig \
12 --flavor='woff2' \ 12 --flavor='woff2' \
13 --output-file='dist/iosevka-term-ss09-bold.woff2' 13 --output-file='output/iosevka-term-ss09-bold.woff2'