Font registry payload accepted at initialization.

interface AsukaFontsConfig {
    custom?: AsukaCustomFontConfig[];
    google?: (string | AsukaGoogleFontConfig)[];
    system?: (string | AsukaSystemFontConfig)[];
}

Properties

Self-hosted custom fonts to register at boot.

google?: (string | AsukaGoogleFontConfig)[]

Google Fonts to register at boot.

system?: (string | AsukaSystemFontConfig)[]

Built-in/system font families.