summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-16 10:33:23 +0100
committerVolpeon <git@volpeon.ink>2021-11-16 10:33:23 +0100
commit7b0b499b89e426c31ee796fe787e85ff3ae2c1ce (patch)
tree70691ce02780eed35a3a077c6f061612fe4b6d8e /Makefile
parentFix (diff)
downloadvolpeon.ink-7b0b499b89e426c31ee796fe787e85ff3ae2c1ce.tar.gz
volpeon.ink-7b0b499b89e426c31ee796fe787e85ff3ae2c1ce.tar.bz2
volpeon.ink-7b0b499b89e426c31ee796fe787e85ff3ae2c1ce.zip
Font updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c0b52f..25a55c0 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out
116 116
117 pyftsubset "$<" \ 117 pyftsubset "$<" \
118 --text-file="assets/fonts/glyphs.txt" \ 118 --text-file="assets/fonts/glyphs.txt" \
119 --layout-features+=ss02,ss09,dlig \ 119 --layout-features+=ss09,dlig \
120 --flavor="woff2" \ 120 --flavor="woff2" \
121 --output-file="$@" 121 --output-file="$@"
122 122