One Google Font family exposed in the runtime font registry.

interface AsukaGoogleFontConfig {
    cssUrl?: string;
    family: string;
    id?: string;
    styles?: ("italic" | "normal")[];
    weights?: (string | number)[];
}

Properties

cssUrl?: string

Optional prebuilt stylesheet URL.

family: string

Google Font family name.

id?: string

Optional stable font id.

styles?: ("italic" | "normal")[]

Supported font styles.

weights?: (string | number)[]

Supported font weights.