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
This commit is contained in:
parent
74a826ecd3
commit
c071af3077
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue