summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-11 20:41:23 +0100
committerVolpeon <git@volpeon.ink>2023-01-11 20:41:23 +0100
commit3d8d93fd3688c2978b20e77f0882839855f786dc (patch)
treedd7e56ebbf3c1b447c6b75b44768518032f7ca2c /Makefile
parentUpdate (diff)
downloadvolpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.gz
volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.bz2
volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.zip
Typography
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5eb2df1..51629bc 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ out/assets/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out/assets
164 164
165 pyftsubset "$<" \ 165 pyftsubset "$<" \
166 --text-file="assets/fonts/glyphs.txt" \ 166 --text-file="assets/fonts/glyphs.txt" \
167 --layout-features+=ss09,dlig \ 167 --layout-features+=ss02,ss09,dlig \
168 --flavor="woff2" \ 168 --flavor="woff2" \
169 --output-file="$@" 169 --output-file="$@"
170 170