Skip to content

Commit 900fe33

Browse files
authored
Add font-family-mono core token
1 parent aecb74a commit 900fe33

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guidelines/principles/typography/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Make sure you include all the different typographic variants in order to enhance
1616

1717
For our sans-serif `font-family`, we use the humanist typeface Open Sans, designed by Steve Matteson and licensed under the [Apache License, Version 2.0.](https://www.apache.org/licenses/LICENSE-2.0.html)
1818

19-
| Token | Description | Property | Value |
20-
| :--- | :--- | :--- | :--- |
21-
| `font-family-sans` | _Default font family sans-serif_ | `font-family` | 'Open Sans', sans-serif |
19+
| Token | Description | Property | Value |
20+
| :--- | :--- | :--- | :--- |
21+
| `font-family-sans` | _Default font family sans-serif_ | `font-family` | 'Open Sans', sans-serif |
22+
| `font-family-mono` | _Default font family monospaced_ | `font-family` | Source Code Pro', monospace |
23+
2224

2325
## Weight
2426

0 commit comments

Comments
 (0)