1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-31 11:53:53 +01:00

Added type property to theme:font schema to support font: false (#6317)

This commit is contained in:
Sigurd Spieckermann 2023-11-12 15:40:34 +01:00 committed by GitHub
parent 1e313416e3
commit ec86acbce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -885,6 +885,7 @@
{ {
"title": "Google Fonts", "title": "Google Fonts",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/",
"type": "object",
"properties": { "properties": {
"text": { "text": {
"$ref": "assets/fonts.json" "$ref": "assets/fonts.json"