Installs the Cascadia Code font.
"features": {
"ghcr.io/jpawlowski/devcontainer-features/cascadia-code:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Set the version of the font to install. | string | latest |
| installFontconfig | Set to true to install Font Configuration. | boolean | true |
| installStaticTTF | Set to true to install the static TTF version of the font. | boolean | true |
| installStaticOTF | Set to true to install the static OTF version of the font. | boolean | false |
| installStaticWOFF2 | Set to true to install the static WOFF2 version of the font. | boolean | false |
| installVariableTTF | Set to true to install the variable TTF version of the font. | boolean | false |
| installVariableWOFF2 | Set to true to install the variable WOFF2 version of the font. | boolean | false |
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.