@jsfkit/types
    Preparing search index...

    Type Alias ThemeFontScheme

    Theme font pair (major and minor font).

    type ThemeFontScheme = {
        major: ThemeFontCollection;
        minor: ThemeFontCollection;
        name: string;
    }
    Index

    Properties

    Properties

    Major theme font.

    Minor theme font.

    name: string

    Name of the font scheme.