From b6563c4d6d59fa414f12dcc2c045d5e44d249a6c Mon Sep 17 00:00:00 2001 From: be5invis Date: Wed, 2 Jun 2021 19:19:46 -0700 Subject: [PATCH] Add notes for `export-glyph-names` (#1007) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22ca0d802..cc348d396 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ Inside the plan, top-level properties include: - Otherwise the font will be sans-serif. * `no-cv-ss`: Optional, Boolean, disables `cv##` and `ss##` OpenType features. * `no-ligation`: Optional, Boolean, disables ligations. +* `export-glyph-names`: Optional, Boolean, whether to export glyph names into the fonts. Setting this to `true` will incrase file footprint, however this is necessary for ligature support in [Kitty](https://sw.kovidgoyal.net/kitty/). Build plan could have 5 optional subsections: `ligations`, `variants`, `weights`, `widths` and `slopes`.