/** * Defines the format of the fonts */ export interface IFontTypes { normal: string; bold: string; italics: string; bolditalics: string; } //# sourceMappingURL=font-types.interface.d.ts.map