Documentation

This commit is contained in:
squidfunk
2021-12-30 10:54:36 +01:00
parent dc1d6786a4
commit 37bd327763

View File

@@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font:
``` css ``` css
:root { :root {
--md-text-font-family: "<font>"; /* (1)! */ --md-text-font: "<font>"; /* (1)! */
} }
``` ```
@@ -111,7 +111,7 @@ globally to be used as the site-wide regular or monospaced font:
``` css ``` css
:root { :root {
--md-code-font-family: "<font>"; --md-code-font: "<font>";
} }
``` ```