Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
TextFont
type
type TextFont = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body' | 'code' | 'display' | 'caption' | 'footnote' | 'overline' | 'bodyLarge' | 'displaySmall'
Import
import { TextFont } from '@modular/sdk/ui';