type ComponentFonts = Flattened<{ font: typeof fontComponents; }>;
const theme: Partial<ComponentFonts> = { "font-family-cta": "var(--cdp-web-font-family-mono)", // Change the font for ctas to monospace font };
Was this page helpful?