export type FontInfo = {
    name: string;
    weights: number[];
    styles: string[];
};