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 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