From ddadeb60da73ff3469a394671de0fde2e6b94d4c Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 25 Oct 2024 06:21:03 -0400 Subject: [PATCH 1/4] update: header 5 letter spacing --- theme.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 8da66c14..6dda2b1a 100644 --- a/theme.json +++ b/theme.json @@ -1042,8 +1042,7 @@ }, "h5": { "typography": { - "fontSize": "var:preset|font-size|small", - "letterSpacing": "0.5px" + "fontSize": "var:preset|font-size|small" } }, "h6": { From f5b84db26caea9a766f19ce78ed86a30187e1994 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 25 Oct 2024 17:06:47 -0400 Subject: [PATCH 2/4] revert: add letter spacing back in theme json --- theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 6dda2b1a..8da66c14 100644 --- a/theme.json +++ b/theme.json @@ -1042,7 +1042,8 @@ }, "h5": { "typography": { - "fontSize": "var:preset|font-size|small" + "fontSize": "var:preset|font-size|small", + "letterSpacing": "0.5px" } }, "h6": { From b8029e0f846d3adc146ce74d7679c6963b9d6c85 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 25 Oct 2024 17:22:28 -0400 Subject: [PATCH 3/4] add: letter spacing normal on h5 --- styles/04-afternoon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index fdf9f275..40a2b665 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -193,7 +193,8 @@ }, "h5": { "typography": { - "fontSize": "var:preset|font-size|medium" + "fontSize": "var:preset|font-size|medium", + "letterSpacing": "normal" } }, "h6": { From 8e48b3d5d8d97aab9604c0dc423027ceacbfcfd7 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Mon, 28 Oct 2024 12:30:30 -0400 Subject: [PATCH 4/4] update: letter spacing on h5 in typo preset 3 --- styles/typography/typography-preset-3.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/typography/typography-preset-3.json b/styles/typography/typography-preset-3.json index 2d27039b..b1493775 100644 --- a/styles/typography/typography-preset-3.json +++ b/styles/typography/typography-preset-3.json @@ -168,7 +168,8 @@ }, "h5": { "typography": { - "fontSize": "var:preset|font-size|medium" + "fontSize": "var:preset|font-size|medium", + "letterSpacing": "normal" } }, "h6": {