We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--output
1 parent d980bd5 commit 2ab73dbCopy full SHA for 2ab73db
README.md
@@ -144,6 +144,15 @@ Writing CSS file: LatoLatin-Regular.css
144
}
145
```
146
147
+#### Specify output directory for any files created with `--output`
148
+
149
+```sh
150
+> glyphhanger --subset=*.ttf --output=some/other/path
151
152
+Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff (was 145.06 KB, now 2.88 KB)
153
+Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff2 (was 145.06 KB, now 2.24 KB)
154
+```
155
156
### Whitelist Characters
157
158
```sh
0 commit comments