diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||