diff --git a/README.md b/README.md index 1cbe070..e5a9770 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,15 @@ Writing CSS file: LatoLatin-Regular.css } ``` +#### Specify output directory for any files created with `--output` + +```sh +> glyphhanger --subset=*.ttf --output=some/other/path + +Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff (was 145.06 KB, now 2.88 KB) +Subsetting LatoLatin-Regular.ttf to LatoLatin-Regular-subset.woff2 (was 145.06 KB, now 2.24 KB) +``` + ### Whitelist Characters ```sh @@ -244,4 +253,4 @@ Or, alternatively `npx mocha`. ## Alternatives to GlyphHanger * [unicode-ranger from Jeremy Wagner](https://github.com/malchata/unicode-ranger) -* [subfont from Peter Müller](https://www.npmjs.com/package/subfont) \ No newline at end of file +* [subfont from Peter Müller](https://www.npmjs.com/package/subfont)