Merge pull request #3360 from Ultimaker/CURA-4790-lighter-weights

CURA-4790 Added weight properties to theme
This commit is contained in:
Ian Paschal 2018-02-20 09:40:37 +01:00 committed by GitHub
commit 481858c1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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