summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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