From 18fed1fa1374cc2162c04a982f78c20fe796b6f9 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:59:30 +0100 Subject: [PATCH] update schema --- Bloxstrap/Resources/CustomBootstrapperSchema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/Resources/CustomBootstrapperSchema.json b/Bloxstrap/Resources/CustomBootstrapperSchema.json index ff120eb..48fd5ea 100644 --- a/Bloxstrap/Resources/CustomBootstrapperSchema.json +++ b/Bloxstrap/Resources/CustomBootstrapperSchema.json @@ -30,7 +30,8 @@ "BorderBrush": "Brush", "FontSize": "double", "FontWeight": "FontWeight", - "FontStyle": "FontStyle" + "FontStyle": "FontStyle", + "FontFamily": "FontFamily" } }, "BloxstrapCustomBootstrapper": { @@ -91,6 +92,7 @@ "FontSize": "double", "FontWeight": "FontWeight", "FontStyle": "FontStyle", + "FontFamily": "FontFamily", "LineHeight": "double", "LineStackingStrategy": "LineStackingStrategy", "TextAlignment": "TextAlignment", @@ -274,6 +276,7 @@ "Color": {}, "ImageSource": {}, "Transform": { "CanHaveElement": true }, + "FontFamily": {}, "Visibility": { "Values": [ "Visible",