Skip to content
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
4 changes: 2 additions & 2 deletions docs/theming/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Label | `--md-sys-typescale-label-medium-font`
> `--md-ref-typeface-brand` and `--md-ref-typeface-plain`, which map to each
> typescale.
>
> Use `--md-sys-typescale-<scale>-font` to change the typeface that a font is
> mapped to. This is useful for custom typefaces.
> Use `--md-sys-typescale-<scale>-<size>-font` to change the typeface that a
> font is mapped to. This is useful for custom typefaces.
>
> ```css
> :root {
Expand Down
Loading