/** * Google Fonts Data * * Curated list of popular Google Fonts and common proprietary → Google Font substitutions. */ /** * Popular Google Fonts names (~200 entries). * Used to check if a Figma font is available on Google Fonts. */ export declare const GOOGLE_FONTS: ReadonlySet; /** * Common proprietary/commercial font → Google Fonts alternative mappings. * Used when a Figma design uses a font not available on Google Fonts. */ export declare const FONT_SUBSTITUTIONS: ReadonlyMap; //# sourceMappingURL=google-fonts.d.ts.map