export const formatFonts = (fonts: string[]): string => { return fonts.map((font) => `'${font}'`).join(','); };