Interface IFontScheme

interface IFontScheme {
    majorFont: string;
    minorFont: string;
    name: string;
}

Hierarchy

Properties

majorFont: string
minorFont: string
name: string