Skip to main content

Interface: TypographyConfig

Defined in: types/typography.ts:10

Typography configuration for consistent text styling across the application. Defines font family, default color, and typography variants.

Properties

fontFamily

fontFamily: string

Defined in: types/typography.ts:12

Default font family to use for all typography variants


color

color: string

Defined in: types/typography.ts:14

Default text color for typography variants


default

default: string

Defined in: types/typography.ts:16

Default typography variant to use when no variant is specified


typography

typography: TypographyMap

Defined in: types/typography.ts:18

Map of typography variants with their corresponding styles