Skip to content

Commit 37bd327

Browse files
committed
Documentation
1 parent dc1d678 commit 37bd327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup/changing-the-fonts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font:
100100

101101
``` css
102102
:root {
103-
--md-text-font-family: "<font>"; /* (1)! */
103+
--md-text-font: "<font>"; /* (1)! */
104104
}
105105
```
106106

@@ -111,7 +111,7 @@ globally to be used as the site-wide regular or monospaced font:
111111

112112
``` css
113113
:root {
114-
--md-code-font-family: "<font>";
114+
--md-code-font: "<font>";
115115
}
116116
```
117117

0 commit comments

Comments
 (0)