We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1d678 commit 37bd327Copy full SHA for 37bd327
docs/setup/changing-the-fonts.md
@@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font:
100
101
``` css
102
:root {
103
- --md-text-font-family: "<font>"; /* (1)! */
+ --md-text-font: "<font>"; /* (1)! */
104
}
105
```
106
@@ -111,7 +111,7 @@ globally to be used as the site-wide regular or monospaced font:
111
112
113
114
- --md-code-font-family: "<font>";
+ --md-code-font: "<font>";
115
116
117
0 commit comments