export interface FontData { name: string; fontSizePx: string; fontSizeRem: string; } export interface TypographyProps { fonts: FontData[]; }