Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 30, 2021
1 parent dc1d678 commit 37bd327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/changing-the-fonts.md
Expand Up @@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font:

``` css
:root {
--md-text-font-family: "<font>"; /* (1)! */
--md-text-font: "<font>"; /* (1)! */
}
```

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

``` css
:root {
--md-code-font-family: "<font>";
--md-code-font: "<font>";
}
```

Expand Down

0 comments on commit 37bd327

Please sign in to comment.