interface TypographyOptions {
    fontFamily?: string;
    fontSize?: number;
}

Properties

fontFamily?: string
fontSize?: number

Generated using TypeDoc