From ec86acbce36493218413f01ef0be63e2e6d308e9 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:40:34 +0100 Subject: [PATCH] Added `type` property to `theme:font` schema to support `font: false` (#6317) --- docs/schema/theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/schema/theme.json b/docs/schema/theme.json index 5a93df098..8f7e660c5 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -885,6 +885,7 @@ { "title": "Google Fonts", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/", + "type": "object", "properties": { "text": { "$ref": "assets/fonts.json"