Interface FontSchemeValues

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

Properties

majorFont: string
minorFont: string
name: string