From 06fc832882c338a7bf730bbfe6cebc4a5fb663ac Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jun 2024 13:23:29 +0500 Subject: [PATCH] implement (some) responsive font sizes --- theme.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/theme.json b/theme.json index 3d3124b..2904a67 100644 --- a/theme.json +++ b/theme.json @@ -67,6 +67,7 @@ "wideSize": "1760px" }, "typography": { + "fluid": true, "fontFamilies": [ { "fontFace": [ @@ -490,21 +491,22 @@ "slug": "large" }, { - "fluid": false, "name": "Extra Large", "size": "30px", "slug": "x-large" }, { - "fluid": false, "name": "Extra Extra Large", "size": "48px", "slug": "xx-large" }, { - "fluid": false, + "fluid" : { + "min": "43px", + "max": "54px" + }, "name": "Huge", - "size": "56px", + "size": "54px", "slug": "huge" } ]