export type GoogleFontTypes = {
    items: [
        {
            family: string;
            variants: string[];
            files: Record<string, string>;
        }
    ];
};
