diff --git a/packages/demo/src/styles/typographies.css b/packages/demo/src/styles/typographies.css index 0620fa0..8100b7b 100644 --- a/packages/demo/src/styles/typographies.css +++ b/packages/demo/src/styles/typographies.css @@ -30,7 +30,7 @@ font-style: normal; text-transform: uppercase; font-weight: 400; - font-size: 15px; + font-size: 13px; letter-spacing: 1px; font-family: "Work Sans"; } @@ -89,7 +89,7 @@ line-height: 1.2; font-style: normal; text-transform: none; - font-weight: 700; + font-weight: 400; 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 2be926e..57b7386 100644 --- a/packages/demo/src/styles/typographies.json +++ b/packages/demo/src/styles/typographies.json @@ -33,7 +33,7 @@ "fontStyle": "normal", "textTransform": "uppercase", "fontWeight": "400", - "fontSize": "15px", + "fontSize": "13px", "letterSpacing": "1px", "fontFamily": "\"Work Sans\"" } @@ -110,7 +110,7 @@ "lineHeight": "1.2", "fontStyle": "normal", "textTransform": "none", - "fontWeight": "700", + "fontWeight": "400", "fontSize": "45px", "letterSpacing": "0px", "fontFamily": "\"Work Sans\"" diff --git a/packages/demo/src/styles/typographies.scss b/packages/demo/src/styles/typographies.scss index 815f72d..7fc8ed3 100644 --- a/packages/demo/src/styles/typographies.scss +++ b/packages/demo/src/styles/typographies.scss @@ -28,7 +28,7 @@ $Body_Small_Uppercase: ( "font-style": normal, "text-transform": uppercase, "font-weight": 400, - "font-size": 15px, + "font-size": 13px, "letter-spacing": 1px, "font-family": "Work Sans", ); @@ -87,7 +87,7 @@ $📱_Title_Large: ( "line-height": 1.2, "font-style": normal, "text-transform": none, - "font-weight": 700, + "font-weight": 400, "font-size": 45px, "letter-spacing": 0px, "font-family": "Work Sans",