Added custom font drop downs for all widgets that have custom fonts

This commit is contained in:
nutty
2026-08-10 17:45:43 +10:00
parent 7d2e19179d
commit 8a95abb319
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -59,8 +59,8 @@
{ {
"id": "font", "id": "font",
"label": "Font", "label": "Font",
"description": "", "description": "<a href=\"ms-settings:fonts\">Check installed fonts</a>",
"type": "text", "type": "font",
"defaultValue": "", "defaultValue": "",
"group": "Appearance" "group": "Appearance"
}, },
+2 -2
View File
@@ -59,8 +59,8 @@
{ {
"id": "font", "id": "font",
"label": "Font", "label": "Font",
"description": "", "description": "<a href=\"ms-settings:fonts\">Check installed fonts</a>",
"type": "text", "type": "font",
"defaultValue": "", "defaultValue": "",
"group": "Appearance" "group": "Appearance"
}, },
+2 -2
View File
@@ -19,8 +19,8 @@
{ {
"id": "font", "id": "font",
"label": "Font", "label": "Font",
"description": "", "description": "<a href=\"ms-settings:fonts\">Check installed fonts</a>",
"type": "text", "type": "font",
"defaultValue": "", "defaultValue": "",
"group": "Appearance" "group": "Appearance"
}, },
+2 -2
View File
@@ -57,8 +57,8 @@
{ {
"id": "font", "id": "font",
"label": "Font", "label": "Font",
"description": "", "description": "<a href=\"ms-settings:fonts\">Check installed fonts</a>",
"type": "text", "type": "font",
"defaultValue": "", "defaultValue": "",
"group": "Appearance" "group": "Appearance"
}, },