From 2ab73dbdb9686e48483173a2c996c8025cb03397 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Mon, 13 Dec 2021 18:48:05 +0100 Subject: [PATCH] Adds `--output` to the docs Port of this PR: https://github.com/filamentgroup/glyphhanger/pull/64 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e791106..f36e9ef 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,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