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" }