Skip to content

docs(material-experimental/theming): fix customizing typography #28671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions guides/material-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ the theme configuration object (see the
[M3 typography spec](https://m3.material.io/styles/typography/type-scale-tokens) to learn more about
these terms):

| Typography Property | Description |
|---------------------|----------------------------------------------------------------------|
| `plain` | [Optional] The font family to use for plain text, such as body text. |
| `brand` | [Optional] The font family to use for brand text, such as headlines. |
| `bold` | [Optional] The font weight to use for bold text. |
| `medium` | [Optional] The font weight to use for medium text. |
| `regular` | [Optional] The font weight to use for regular text. |
| Typography Property | Description |
|--------------------------|----------------------------------------------------------------------|
| `plain-family` | [Optional] The font family to use for plain text, such as body text. |
| `brand-family` | [Optional] The font family to use for brand text, such as headlines. |
| `bold-weight` | [Optional] The font weight to use for bold text. |
| `medium-weight` | [Optional] The font weight to use for medium text. |
| `regular-weight` | [Optional] The font weight to use for regular text. |

#### Customizing your density
The following aspects of your app's density can be customized via the `density` property of the
Expand Down