Interface: ThemeAssets
Defined in: types.ts:127
Theme assets. Keyed by family name exactly as used in
typography.fontFamily* — the renderer matches on that string, so a family
whose key differs from the token is emitted and never used.
Properties
fonts?
optional fonts?: Record<string, FontFace[]>;
Defined in: types.ts:128
logo?
optional logo?: LogoAsset;
Defined in: types.ts:129