From c7f8044a3289175e0003d602680080f0275e3d25 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Tue, 20 Feb 2018 10:46:01 +0100 Subject: [PATCH 1/2] CURA-4790 Changed light weights back to normal --- resources/themes/cura-light/theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 8eb874334a..1b5ddfe141 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -12,12 +12,12 @@ }, "large_nonbold": { "size": 1.35, - "weight": 25, + "weight": 50, "family": "Noto Sans" }, "default": { "size": 1.0, - "weight": 25, + "weight": 50, "family": "Noto Sans" }, "default_bold": { @@ -28,7 +28,7 @@ }, "default_italic": { "size": 1.15, - "weight": 25, + "weight": 50, "italic": true, "family": "Noto Sans" }, @@ -40,12 +40,12 @@ }, "very_small": { "size": 1.0, - "weight": 25, + "weight": 50, "family": "Noto Sans" }, "button_tooltip": { "size": 1.0, - "weight": 25, + "weight": 50, "family": "Noto Sans" }, "setting_category": { @@ -56,7 +56,7 @@ }, "action_button": { "size": 1.15, - "weight": 25, + "weight": 50, "bold": true, "family": "Noto Sans" } From 1bdd50e17f0c76beb10fcaa2f3efbcbb1e61f846 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Tue, 20 Feb 2018 11:04:23 +0100 Subject: [PATCH 2/2] CURA-4790 Removed "bold" property --- resources/themes/cura-light/theme.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 1b5ddfe141..8c8e6d1c47 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -7,7 +7,6 @@ "large": { "size": 1.35, "weight": 63, - "bold": true, "family": "Noto Sans" }, "large_nonbold": { @@ -23,7 +22,6 @@ "default_bold": { "size": 1.0, "weight": 63, - "bold": true, "family": "Noto Sans" }, "default_italic": { @@ -35,7 +33,6 @@ "small": { "size": 1.0, "weight": 63, - "bold": true, "family": "Noto Sans" }, "very_small": { @@ -51,13 +48,11 @@ "setting_category": { "size": 1.15, "weight": 63, - "bold": true, "family": "Noto Sans" }, "action_button": { "size": 1.15, "weight": 50, - "bold": true, "family": "Noto Sans" } },