mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added type property to theme:font schema to support font: false (#6317)
This commit is contained in:
committed by
GitHub
parent
1e313416e3
commit
ec86acbce3
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user