Browse Source

Merge branch 'master' of https://github.com/Ultimaker/Cura

Diego Prado Gesto 7 years ago
parent
commit
6b34f080ad
1 changed files with 10 additions and 0 deletions
  1. 10 0
      resources/themes/cura-light/theme.json

+ 10 - 0
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"
         }