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