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']