Skip to content

Theemo / @theemo/tokens / TypographyValue

Type: TypographyValue

ts
type TypographyValue: object;

Typography

See

DTCG Spec

Type declaration

MemberTypeDescription
fontFamilyReferencedValue<FontFamilyValue>Family for the font
fontSizeReferencedValue<DimensionValue>Size for the font
fontWeightReferencedValue<FontWeightValue>Weight for the font
letterSpacingReferencedValue<DimensionValue>Spacing between the letters
lineHeightReferencedValue<NumberValue>height of the line
textTransformTextTransformValueTransformations for the text

Source

packages/@theemo/tokens/src/token-types.ts:245