Appearance
a11ydocs / JsonFontDeclaration
Interface: JsonFontDeclaration
Defined in: src/document-json.ts:71
Declares a font family, referenced from block options by name.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
name | readonly | string | Family name used in block options.font and defaultFont. | src/document-json.ts:73 |
source | readonly | | JsonFontSource | JsonFontFaces | A single regular face, or a set of weighted faces. | src/document-json.ts:75 |