summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..3746369
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,15 @@
1#!/bin/bash
2
3sassc --style expanded src/style.scss dist/style.css
4
5pyftsubset src/iosevka-term-ss09-regular.ttf \
6 --text-file='src/glyphs.txt' \
7 --layout-features+=ss09,PURS \
8 --flavor='woff2' \
9 --output-file='dist/iosevka-term-ss09-regular.woff2'
10
11pyftsubset src/iosevka-term-ss09-bold.ttf \
12 --text-file='src/glyphs.txt' \
13 --layout-features+=ss09,PURS \
14 --flavor='woff2' \
15 --output-file='dist/iosevka-term-ss09-bold.woff2'