Websites v4 docs v5.2.5
    Preparing search index...
    interface Font {
        default: boolean;
        names: string[];
        source: FontSourceOrThemeGeneratorDefaultFontSources;
        url?: string;
    }
    Index

    Properties

    default: boolean
    names: string[]
    source: FontSourceOrThemeGeneratorDefaultFontSources
    url?: string