diff --git a/styles/08-midnight.json b/styles/08-midnight.json index 5c76928a..9409a23a 100644 --- a/styles/08-midnight.json +++ b/styles/08-midnight.json @@ -95,7 +95,7 @@ { "fluid": { "max": "2.8rem", - "min": "2em" + "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", @@ -108,7 +108,7 @@ "typography": { "fontSize": "var:preset|font-size|medium", "fontFamily": "var:preset|font-family|fira-sans", - "letterSpacing": "-0,01em", + "letterSpacing": "-0.01em", "lineHeight": "1.5" }, "blocks": { @@ -203,7 +203,7 @@ "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium", - "letterSpacing": "-0,01em", + "letterSpacing": "-0.01em", "lineHeight": "1.5", "fontWeight": "300" } diff --git a/styles/typography/typography-preset-7.json b/styles/typography/typography-preset-7.json index 21f13ebd..212df74b 100644 --- a/styles/typography/typography-preset-7.json +++ b/styles/typography/typography-preset-7.json @@ -42,7 +42,7 @@ { "fluid": { "max": "2.8rem", - "min": "2em" + "min": "2rem" }, "name": "Extra Extra Large", "size": "2rem", @@ -55,7 +55,7 @@ "typography": { "fontSize": "var:preset|font-size|medium", "fontFamily": "var:preset|font-family|fira-sans", - "letterSpacing": "-0,01em", + "letterSpacing": "-0.01em", "lineHeight": "1.5" }, "blocks": { @@ -80,7 +80,7 @@ "core/quote": { "typography": { "fontSize": "var:preset|font-size|medium", - "letterSpacing": "-0,01em", + "letterSpacing": "-0.01em", "lineHeight": "1.5", "fontWeight": "300" }