Skip to content

Theemo / @theemo/tokens / TypographyValue

Type Alias: TypographyValue

ts
type TypographyValue = object;

Defined in: packages/tokens/src/token-types.ts:248

Typography

See

DTCG Spec

Properties

fontFamily

ts
fontFamily: ReferencedValue<FontFamilyValue>;

Defined in: packages/tokens/src/token-types.ts:250

Family for the font


fontSize

ts
fontSize: ReferencedValue<DimensionValue>;

Defined in: packages/tokens/src/token-types.ts:253

Size for the font


fontWeight

ts
fontWeight: ReferencedValue<FontWeightValue>;

Defined in: packages/tokens/src/token-types.ts:256

Weight for the font


letterSpacing

ts
letterSpacing: ReferencedValue<DimensionValue>;

Defined in: packages/tokens/src/token-types.ts:259

Spacing between the letters


lineHeight

ts
lineHeight: ReferencedValue<NumberValue>;

Defined in: packages/tokens/src/token-types.ts:262

height of the line


textTransform

ts
textTransform: TextTransformValue;

Defined in: packages/tokens/src/token-types.ts:265

Transformations for the text