TypographyTokens
| Token | Size | Weight | Line height | Usage |
|---|---|---|---|---|
titleXlarge | 24sp | 550 | 32sp | Sheet titles |
titleLarge | 16sp | 550 | 20sp | Section headers |
bodyLarge | 16sp | 400 | 20sp | Input text, body |
bodyMedium | 14sp | 400 | 20sp | Labels, descriptions |
bodySmall | 12sp | 400 | 16sp | Helper text, errors |
font to use your own font resource.
Preview
titleXlarge — The quick brown fox jumps over the lazy dog
titleLarge — The quick brown fox jumps over the lazy dog
bodyLarge — The quick brown fox jumps over the lazy dog
bodyMedium — The quick brown fox jumps over the lazy dog
bodySmall — The quick brown fox jumps over the lazy dog
TypographyStyle
| Property | Type | Description |
|---|---|---|
font | Int | Android font resource ID (@FontRes). Defaults to Inter variable font. |
letterSpacing | Float | Letter spacing in sp |
weight | Int | Font weight (400 = regular, 550 = semi-bold, 700 = bold) |
size | Int | Font size in sp |
lineHeight | Int | Line height in sp |
toTextStyle()
TextStyle for use in composables.