From c692ba32d25c82a165b8747dc1001441f568b752 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Fri, 29 Jul 2022 10:35:43 +0200 Subject: [PATCH] Club: implemeting explicit bypass for fluid font size calculation https://github.com/WordPress/gutenberg/pull/42757 --- club/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/club/theme.json b/club/theme.json index d78022fa7b..5457265edc 100644 --- a/club/theme.json +++ b/club/theme.json @@ -142,21 +142,25 @@ }, { "size": "1.25rem", + "fluid": false, "slug": "default", "name": "Default" }, { "size": "1.5rem", + "fluid": false, "slug": "medium", "name": "Medium" }, { "size": "1.75rem", + "fluid": false, "slug": "large", "name": "Large" }, { "size": "2.5rem", + "fluid": false, "slug": "x-large", "name": "Extra Large" },