From 21d3da12de469d5ede837701a48f89fcf6a56cab Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Tue, 23 Aug 2022 00:16:49 +0200 Subject: [PATCH] Add export-glyph-names to sample.toml (#1403) and also add a reference to the full docs --- private-build-plans.sample.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/private-build-plans.sample.toml b/private-build-plans.sample.toml index e0614e1d4..cc0bfd4a3 100644 --- a/private-build-plans.sample.toml +++ b/private-build-plans.sample.toml @@ -1,7 +1,11 @@ +### See https://github.com/be5invis/Iosevka/blob/master/doc/custom-build.md for comprehensive +### documentation of the options in this file + [buildPlans.iosevka-custom] # is your plan name family = "Iosevka Custom" # Font menu family name spacing = "normal" # Optional; Values: `normal`, `term`, `fontconfig-mono`, or `fixed` serifs = "sans" # Optional; Values: `sans` or `slab` +export-glyph-names = false # Set this to true for ligature support in Kitty (increased file size) webfont-formats = ['ttf', 'woff2']