export interface FontFamily {
    [key: string]: number[];
}
