From c071af30776c2f84e1e10e40b41a9c8f2d093f9b Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Tue, 16 Jul 2024 04:54:07 +0200 Subject: [PATCH] Fix docs regarding webfonts (#2418) The interface expects the webfonts names in all uppercase, in https://github.com/be5invis/Iosevka/blob/main/tools/misc/src/make-webfont-css.mjs --- doc/custom-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/custom-build.md b/doc/custom-build.md index 035cbcbc4..09109e01c 100644 --- a/doc/custom-build.md +++ b/doc/custom-build.md @@ -78,7 +78,7 @@ Inside the plan, top-level properties include: * `noCvSs`: Optional, Boolean, disables `cv##` and `ss##` OpenType features. * `noLigation`: Optional, Boolean, disables ligations. * `exportGlyphNames`: Optional, Boolean, whether to export glyph names into the fonts. Setting this to `true` will increase file footprint, however this is necessary for ligature support in [Kitty](https://sw.kovidgoyal.net/kitty/). -* `webfontFormats`: Optional, Array of String. Controls the formats needed to be exported into the webfont CSS. Valid options are `'ttf'` and `'woff2'`, or including both. +* `webfontFormats`: Optional, Array of String. Controls the formats needed to be exported into the webfont CSS. Valid options are `'TTF'` and `'WOFF2'`, or including both. * `buildTextureFeature`: Optional, Boolean, whether to build the `TXTR` feature for cross-letter texture adjustments. Defaults to false. Build plan could have 9 optional subsections: