From 1d4d592d454d202512441ea8b6bb07b55dab3bfa Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Mon, 19 Feb 2018 16:52:32 +0100 Subject: [PATCH] CURA-4790 Added weight properties to theme --- resources/themes/cura-light/theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index b7ab0000de..8eb874334a 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -6,47 +6,57 @@ "fonts": { "large": { "size": 1.35, + "weight": 63, "bold": true, "family": "Noto Sans" }, "large_nonbold": { "size": 1.35, + "weight": 25, "family": "Noto Sans" }, "default": { "size": 1.0, + "weight": 25, "family": "Noto Sans" }, "default_bold": { "size": 1.0, + "weight": 63, "bold": true, "family": "Noto Sans" }, "default_italic": { "size": 1.15, + "weight": 25, "italic": true, "family": "Noto Sans" }, "small": { "size": 1.0, + "weight": 63, "bold": true, "family": "Noto Sans" }, "very_small": { "size": 1.0, + "weight": 25, "family": "Noto Sans" }, "button_tooltip": { "size": 1.0, + "weight": 25, "family": "Noto Sans" }, "setting_category": { "size": 1.15, + "weight": 63, "bold": true, "family": "Noto Sans" }, "action_button": { "size": 1.15, + "weight": 25, "bold": true, "family": "Noto Sans" }