One system font family exposed in the runtime font registry.

interface AsukaSystemFontConfig {
    family: string;
    id?: string;
}

Properties

Properties

family: string

CSS font-family name.

id?: string

Optional stable font id.