summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-19 22:28:06 +0100
committerVolpeon <git@volpeon.ink>2020-12-19 22:28:06 +0100
commit0318b61277835bd3878e29c9b69c24ac66f43a86 (patch)
treee28b18b53e2d57249bd4b2cbe51ceceb62aff0db /build.sh
downloadvolpeon.ink-0318b61277835bd3878e29c9b69c24ac66f43a86.tar.gz
volpeon.ink-0318b61277835bd3878e29c9b69c24ac66f43a86.tar.bz2
volpeon.ink-0318b61277835bd3878e29c9b69c24ac66f43a86.zip
Init
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'