Skip to main content

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';