summaryrefslogtreecommitdiffhomepage
path: root/gen-fonts
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-06 14:45:13 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-06 14:45:13 +0100
commitea129b5b09d881a77f1daeb0c55ab7d23bd6ef8e (patch)
treee9d83f73a7914c12745042f0b9ee98596231f6a0 /gen-fonts
parent038788ff0870713d1906970d51de8ac2fb9626d6 (diff)
Include fonts, and move them to src/
Diffstat (limited to 'gen-fonts')
-rwxr-xr-xgen-fonts10
1 files changed, 5 insertions, 5 deletions
diff --git a/gen-fonts b/gen-fonts
index 6c85422..d1f7b7d 100755
--- a/gen-fonts
+++ b/gen-fonts
@@ -3,13 +3,13 @@
. /usr/share/nvm/init-nvm.sh
make
-mkdir -p fonts
+mkdir -p src/fonts
uni=`find out -name '*.html' | xargs glyphhanger \
--cssSelector=':not(code, pre, kbd, samp)'`
pyftsubset /usr/share/fonts/WOFF2/Vollkorn-Regular.woff2 \
- --output-file=fonts/vollkorn-regular.woff2 \
+ --output-file=src/fonts/vollkorn-regular.woff2 \
--flavor=woff2 \
--layout-features-=locl \
--layout-features+=lnum \
@@ -17,7 +17,7 @@ pyftsubset /usr/share/fonts/WOFF2/Vollkorn-Regular.woff2 \
--no-hinting \
--desubroutinize
pyftsubset /usr/share/fonts/WOFF2/Vollkorn-Italic.woff2 \
- --output-file=fonts/vollkorn-italic.woff2 \
+ --output-file=src/fonts/vollkorn-italic.woff2 \
--flavor=woff2 \
--layout-features-=locl \
--layout-features+=lnum \
@@ -29,14 +29,14 @@ uni=`find out -name '*.html' | xargs glyphhanger \
--cssSelector='code, pre, kbd, samp, :where(code, pre, kbd, samp) *'`
pyftsubset /usr/share/fonts/iosevka-smooth/woff2-unhinted/iosevka-smooth-regular.woff2 \
- --output-file=fonts/iosevka-regular.woff2 \
+ --output-file=src/fonts/iosevka-regular.woff2 \
--flavor=woff2 \
--layout-features-=locl \
--unicodes="$uni" \
--no-hinting \
--desubroutinize
pyftsubset /usr/share/fonts/iosevka-smooth/woff2-unhinted/iosevka-smooth-italic.woff2 \
- --output-file=fonts/iosevka-italic.woff2 \
+ --output-file=src/fonts/iosevka-italic.woff2 \
--flavor=woff2 \
--layout-features-=locl \
--unicodes="$uni" \