Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / DEFAULT_FONT_STYLES_MAP

Variable: DEFAULT_FONT_STYLES_MAP

const DEFAULT_FONT_STYLES_MAP: Record<EmailThemeFontStyleType, EmailThemeFontStyle>

Defined in: rcml/src/email/theme-defaults.ts:189

Default fully-populated font-style for each of the six slots. Each entry spreads DEFAULT_FONT_STYLE_BASE and overrides only the fields that actually differ per slot (size + weight for headings, size + colour for the button label). Seeded into theme.fontStyles by createEmailTheme.