From dc21b15742d5e53433c4e0153473cae2b2391375 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 11 Oct 2024 17:09:14 -0400 Subject: [PATCH 01/10] change: min and max size on xl and xxl font preset --- styles/04-afternoon.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 25185cff..d2393094 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -75,20 +75,20 @@ }, { "fluid": { - "max": "2rem", - "min": "1.75rem" + "max": "1.8rem", + "min": "1.4rem" }, "name": "Extra Large", - "size": "1.75rem", + "size": "1.4rem", "slug": "x-large" }, { "fluid": { - "max": "3.625rem", - "min": "2.625rem" + "max": "2.6rem", + "min": "2rem" }, "name": "Extra Extra Large", - "size": "2.625rem", + "size": "2rem", "slug": "xx-large" } ] From b06a0d735862bf0681c7f6974313369db33f2ea8 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 11 Oct 2024 17:10:09 -0400 Subject: [PATCH 02/10] change: text font weight --- styles/04-afternoon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index d2393094..1007dfdb 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -97,7 +97,7 @@ "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", - "fontWeight": "400", + "fontWeight": "300", "letterSpacing": "-0.22px", "lineHeight": "1.6" }, From ebae5b3bcc2406b0566f8f1bfcb991e929de86ed Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 11 Oct 2024 17:11:41 -0400 Subject: [PATCH 03/10] change: heading weight, letter spacing, line height --- styles/04-afternoon.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 1007dfdb..ce1ccc9a 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -132,6 +132,13 @@ "letterSpacing": "0px" } }, + "core/heading": { + "typography": { + "fontWeight": "400", + "letterSpacing": "-0.1px", + "lineHeight": "1.2" + } + }, "core/list": { "typography": { "lineHeight": "1.3" From 9dc8fc163e714eab17d3d72fda51d9e1c5ca5652 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 11 Oct 2024 17:13:07 -0400 Subject: [PATCH 04/10] change: site title preset size --- styles/04-afternoon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index ce1ccc9a..98a8016d 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -190,7 +190,7 @@ "core/site-title": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", - "fontSize": "var:preset|font-size|medium", + "fontSize": "var:preset|font-size|large", "letterSpacing": "1.44px", "textTransform": "uppercase" } From 8bc190c440770514cc17d63ef354ae3f4e8797e2 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Fri, 11 Oct 2024 17:14:59 -0400 Subject: [PATCH 05/10] remove: post title styles --- styles/04-afternoon.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 98a8016d..6807d2dc 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -169,12 +169,6 @@ "fontWeight": "400" } }, - "core/post-title": { - "typography": { - "fontWeight": "500", - "letterSpacing": "-0.8px" - } - }, "core/pullquote": { "typography": { "fontFamily": "var:preset|font-family|platypi", From bff60bf7b5654c2c97c1784d8f1f52024bd00d4f Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 13 Oct 2024 23:08:56 -0400 Subject: [PATCH 06/10] change: afternoon settings --- styles/04-afternoon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 6807d2dc..5503b357 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -99,7 +99,7 @@ "fontFamily": "var:preset|font-family|ysabeau-office", "fontWeight": "300", "letterSpacing": "-0.22px", - "lineHeight": "1.6" + "lineHeight": "1.5" }, "blocks": { "core/button": { From 62a9672b50baf85ef6a6ef26806ae8114ace4f12 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 13 Oct 2024 23:29:41 -0400 Subject: [PATCH 07/10] change: post author name --- styles/04-afternoon.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 5503b357..15e81773 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -159,11 +159,6 @@ "fontSize": "var:preset|font-size|medium" } }, - "core/post-author-name": { - "typography": { - "fontSize": "var:preset|font-size|medium" - } - }, "core/post-terms": { "typography": { "fontWeight": "400" @@ -208,6 +203,11 @@ "typography": { "fontFamily": "var:preset|font-family|platypi" } + }, + "h5": { + "typography": { + "fontSize": "var:preset|font-size|medium" + } } }, "variations": { From 84700c9e16133e40d4ad88fc665114c38b3ce851 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 13 Oct 2024 23:39:58 -0400 Subject: [PATCH 08/10] add: h6 settings --- styles/04-afternoon.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 15e81773..49ddcb6d 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -208,6 +208,15 @@ "typography": { "fontSize": "var:preset|font-size|medium" } + }, + "h6": { + "typography": { + "fontSize": "var:preset|font-size|small", + "fontWeight": "400", + "fontStyle": "initial", + "letterSpacing": "initial", + "textTransform": "initial" + } } }, "variations": { From 52efe101722a711a4cf69032acbcddc3a00f5b81 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Mon, 14 Oct 2024 09:58:49 -0400 Subject: [PATCH 09/10] remove: post-author and post-author-biography --- styles/04-afternoon.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 49ddcb6d..a8ff3cfa 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -149,16 +149,6 @@ "fontSize": "var:preset|font-size|medium" } }, - "core/post-author": { - "typography": { - "fontSize": "var:preset|font-size|medium" - } - }, - "core/post-author-biography": { - "typography": { - "fontSize": "var:preset|font-size|medium" - } - }, "core/post-terms": { "typography": { "fontWeight": "400" From 8aee585974c3b62ade477d10c51d9cc9c0afa6cd Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Mon, 14 Oct 2024 18:01:18 +0200 Subject: [PATCH 10/10] Apply suggestions from code review --- styles/04-afternoon.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index a8ff3cfa..fdf9f275 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -97,7 +97,6 @@ "styles": { "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", - "fontWeight": "300", "letterSpacing": "-0.22px", "lineHeight": "1.5" }, @@ -134,8 +133,6 @@ }, "core/heading": { "typography": { - "fontWeight": "400", - "letterSpacing": "-0.1px", "lineHeight": "1.2" } },