Theemo / @theemo/tokens / TypographyValue
Type Alias: TypographyValue
ts
type TypographyValue = object;
Defined in: packages/tokens/src/token-types.ts:245
Typography
See
Properties
fontFamily
ts
fontFamily: ReferencedValue<FontFamilyValue>;
Defined in: packages/tokens/src/token-types.ts:247
Family for the font
fontSize
ts
fontSize: ReferencedValue<DimensionValue>;
Defined in: packages/tokens/src/token-types.ts:250
Size for the font
fontWeight
ts
fontWeight: ReferencedValue<FontWeightValue>;
Defined in: packages/tokens/src/token-types.ts:253
Weight for the font
letterSpacing
ts
letterSpacing: ReferencedValue<DimensionValue>;
Defined in: packages/tokens/src/token-types.ts:256
Spacing between the letters
lineHeight
ts
lineHeight: ReferencedValue<NumberValue>;
Defined in: packages/tokens/src/token-types.ts:259
height of the line
textTransform
ts
textTransform: TextTransformValue;
Defined in: packages/tokens/src/token-types.ts:262
Transformations for the text