Skip to content

Commit edddab0

Browse files
voi99mmalerba
authored andcommitted
docs(material-experimental/theming): fix customizing typography (#28671)
(cherry picked from commit ba32b9f)
1 parent aee721e commit edddab0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

guides/material-3.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ the theme configuration object (see the
8080
[M3 typography spec](https://m3.material.io/styles/typography/type-scale-tokens) to learn more about
8181
these terms):
8282

83-
| Typography Property | Description |
84-
|---------------------|----------------------------------------------------------------------|
85-
| `plain` | [Optional] The font family to use for plain text, such as body text. |
86-
| `brand` | [Optional] The font family to use for brand text, such as headlines. |
87-
| `bold` | [Optional] The font weight to use for bold text. |
88-
| `medium` | [Optional] The font weight to use for medium text. |
89-
| `regular` | [Optional] The font weight to use for regular text. |
83+
| Typography Property | Description |
84+
|--------------------------|----------------------------------------------------------------------|
85+
| `plain-family` | [Optional] The font family to use for plain text, such as body text. |
86+
| `brand-family` | [Optional] The font family to use for brand text, such as headlines. |
87+
| `bold-weight` | [Optional] The font weight to use for bold text. |
88+
| `medium-weight` | [Optional] The font weight to use for medium text. |
89+
| `regular-weight` | [Optional] The font weight to use for regular text. |
9090

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

0 commit comments

Comments
 (0)