diff --git a/packages/ui/src/tokens/tokens.json b/packages/ui/src/tokens/tokens.json index 4c6444d6f64..b168d8e50be 100644 --- a/packages/ui/src/tokens/tokens.json +++ b/packages/ui/src/tokens/tokens.json @@ -50,7 +50,7 @@ }, "fontFamily": { "default": { - "value": "Open Sans", + "value": "Wix Madefor Display", "type": "fontFamilies" } }, @@ -122,11 +122,11 @@ }, "fontSize": { "h1": { - "value": "38", + "value": "40", "type": "fontSizes" }, "h2": { - "value": "24", + "value": "26", "type": "fontSizes" }, "h3": { @@ -265,7 +265,7 @@ "h3": { "value": { "fontFamily": "{fontFamily.default}", - "fontWeight": "{fontWeight.bold}", + "fontWeight": "{fontWeight.semibold}", "lineHeight": "{lineHeight.h3}", "fontSize": "{fontSize.h3}", "letterSpacing": "{letterSpacing.small}",