diff --git a/packages/demo/src/styles/typographies.css b/packages/demo/src/styles/typographies.css index 8100b7b..b3fcba6 100644 --- a/packages/demo/src/styles/typographies.css +++ b/packages/demo/src/styles/typographies.css @@ -89,7 +89,7 @@ line-height: 1.2; font-style: normal; text-transform: none; - font-weight: 400; + font-weight: 700; font-size: 45px; letter-spacing: 0px; font-family: "Work Sans"; diff --git a/packages/demo/src/styles/typographies.json b/packages/demo/src/styles/typographies.json index 57b7386..d0fdd79 100644 --- a/packages/demo/src/styles/typographies.json +++ b/packages/demo/src/styles/typographies.json @@ -110,7 +110,7 @@ "lineHeight": "1.2", "fontStyle": "normal", "textTransform": "none", - "fontWeight": "400", + "fontWeight": "700", "fontSize": "45px", "letterSpacing": "0px", "fontFamily": "\"Work Sans\"" diff --git a/packages/demo/src/styles/typographies.scss b/packages/demo/src/styles/typographies.scss index 7fc8ed3..f1ae4a3 100644 --- a/packages/demo/src/styles/typographies.scss +++ b/packages/demo/src/styles/typographies.scss @@ -87,7 +87,7 @@ $📱_Title_Large: ( "line-height": 1.2, "font-style": normal, "text-transform": none, - "font-weight": 400, + "font-weight": 700, "font-size": 45px, "letter-spacing": 0px, "font-family": "Work Sans",