Use weights from figma

Checked with @Lorenzo

CURA-8640
This commit is contained in:
c.lamboo 2022-04-01 16:13:31 +02:00
parent 90f03befc8
commit baa1d9b87d

View File

@ -6,7 +6,7 @@
"fonts": { "fonts": {
"large": { "large": {
"size": 1.35, "size": 1.35,
"weight": 350, "weight": 400,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"large_ja_JP": { "large_ja_JP": {
@ -41,7 +41,7 @@
}, },
"medium": { "medium": {
"size": 1.16, "size": 1.16,
"weight": 350, "weight": 400,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"medium_ja_JP": { "medium_ja_JP": {
@ -66,7 +66,7 @@
}, },
"default": { "default": {
"size": 0.95, "size": 0.95,
"weight": 350, "weight": 400,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"default_ja_JP": { "default_ja_JP": {
@ -106,7 +106,7 @@
}, },
"default_italic": { "default_italic": {
"size": 0.95, "size": 0.95,
"weight": 350, "weight": 400,
"italic": true, "italic": true,
"family": "Noto Sans" "family": "Noto Sans"
}, },
@ -130,7 +130,7 @@
}, },
"small": { "small": {
"size": 0.9, "size": 0.9,
"weight": 350, "weight": 400,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"small_ja_JP": { "small_ja_JP": {
@ -150,22 +150,22 @@
}, },
"small_emphasis": { "small_emphasis": {
"size": 0.9, "size": 0.9,
"weight": 1000, "weight": 700,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"small_emphasis_ja_JP": { "small_emphasis_ja_JP": {
"size": 0.9, "size": 0.9,
"weight": 1000, "weight": 700,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"small_emphasis_zh_CN": { "small_emphasis_zh_CN": {
"size": 0.9, "size": 0.9,
"weight": 1000, "weight": 700,
"family": "Noto Sans" "family": "Noto Sans"
}, },
"small_emphasis_zh_TW": { "small_emphasis_zh_TW": {
"size": 0.9, "size": 0.9,
"weight": 1000, "weight": 700,
"family": "Noto Sans" "family": "Noto Sans"
} }
}, },