From 37bd327763dbceae329204278fd22080b3280748 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 30 Dec 2021 10:54:36 +0100 Subject: [PATCH] Documentation --- docs/setup/changing-the-fonts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/changing-the-fonts.md b/docs/setup/changing-the-fonts.md index 93cf45fb2..ea3f4f06c 100644 --- a/docs/setup/changing-the-fonts.md +++ b/docs/setup/changing-the-fonts.md @@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font: ``` css :root { - --md-text-font-family: ""; /* (1)! */ + --md-text-font: ""; /* (1)! */ } ``` @@ -111,7 +111,7 @@ globally to be used as the site-wide regular or monospaced font: ``` css :root { - --md-code-font-family: ""; + --md-code-font: ""; } ```