From 0980adab1f7ab247504273d44c5e3cffeb6dab3c Mon Sep 17 00:00:00 2001 From: Renatho De Carli Rosa Date: Mon, 23 Sep 2024 16:50:02 -0300 Subject: [PATCH] Remove fixed font-size from post title block on blockbase themes --- arbutus/theme.json | 5 ----- blockbase/theme.json | 1 - geologist/theme.json | 1 - mayland-blocks/theme.json | 1 - meraki/theme.json | 1 - quadrat/theme.json | 1 - russell/theme.json | 3 +-- seedlet-blocks/theme.json | 1 - zoologist/theme.json | 1 - 9 files changed, 1 insertion(+), 14 deletions(-) diff --git a/arbutus/theme.json b/arbutus/theme.json index af532ce6a6..1cb2434985 100644 --- a/arbutus/theme.json +++ b/arbutus/theme.json @@ -63,11 +63,6 @@ "typography": { "fontSize": "var(--wp--preset--font-size--medium)" } - }, - "core/post-title": { - "typography": { - "fontSize": "48px" - } } }, "typography": { diff --git a/blockbase/theme.json b/blockbase/theme.json index 010c02eabe..7ce38c34c7 100644 --- a/blockbase/theme.json +++ b/blockbase/theme.json @@ -683,7 +683,6 @@ } }, "typography": { - "fontSize": "var(--wp--preset--font-size--large)", "lineHeight": "var(--wp--custom--heading--typography--line-height)" } }, diff --git a/geologist/theme.json b/geologist/theme.json index aa31cbb53b..11a7a755d3 100644 --- a/geologist/theme.json +++ b/geologist/theme.json @@ -201,7 +201,6 @@ }, "core/post-title": { "typography": { - "fontSize": "min(max(3rem, 7vw), 4rem)", "fontWeight": "var(--wp--custom--heading--typography--font-weight)", "lineHeight": "1.2" } diff --git a/mayland-blocks/theme.json b/mayland-blocks/theme.json index ffe2afe179..84b84a16b2 100644 --- a/mayland-blocks/theme.json +++ b/mayland-blocks/theme.json @@ -133,7 +133,6 @@ }, "core/post-title": { "typography": { - "fontSize": "var(--wp--preset--font-size--x-large)", "lineHeight": "var(--wp--custom--heading--typography--line-height)" } }, diff --git a/meraki/theme.json b/meraki/theme.json index c25d61f0c0..7d99cbd933 100644 --- a/meraki/theme.json +++ b/meraki/theme.json @@ -134,7 +134,6 @@ "core/post-title": { "typography": { "fontFamily": "var:preset|font-family|jost", - "fontSize": "var(--wp--preset--font-size--large)", "fontWeight": "500", "lineHeight": "1.2" }, diff --git a/quadrat/theme.json b/quadrat/theme.json index f581c92a7e..8fd7f6dd67 100644 --- a/quadrat/theme.json +++ b/quadrat/theme.json @@ -212,7 +212,6 @@ }, "core/post-title": { "typography": { - "fontSize": "min(max(3rem, 7vw), 5rem)", "fontWeight": "var(--wp--custom--heading--typography--font-weight)", "lineHeight": "1.2" } diff --git a/russell/theme.json b/russell/theme.json index d629f2bafa..d2cfd36c8f 100644 --- a/russell/theme.json +++ b/russell/theme.json @@ -76,8 +76,7 @@ }, "core/post-title": { "typography": { - "fontFamily": "var:preset|font-family|libre-baskerville", - "fontSize": "var(--wp--preset--font-size--x-large)" + "fontFamily": "var:preset|font-family|libre-baskerville" } } }, diff --git a/seedlet-blocks/theme.json b/seedlet-blocks/theme.json index da14ad17ac..15dc1da0bd 100644 --- a/seedlet-blocks/theme.json +++ b/seedlet-blocks/theme.json @@ -172,7 +172,6 @@ }, "core/post-title": { "typography": { - "fontSize": "var(--wp--preset--font-size--x-large)", "fontFamily": "var:preset|font-family|playfair-display" } }, diff --git a/zoologist/theme.json b/zoologist/theme.json index 61d6d60975..76400f471a 100644 --- a/zoologist/theme.json +++ b/zoologist/theme.json @@ -211,7 +211,6 @@ } }, "typography": { - "fontSize": "min(max(3rem, 7vw), 4rem)", "fontWeight": "700", "lineHeight": 1.2 }