From b26824efa85015af2693823aa0e59206a2630dfa Mon Sep 17 00:00:00 2001 From: desmukh Date: Fri, 3 Feb 2023 13:21:51 +0500 Subject: [PATCH] theme: tweak h2 style --- theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 14abfdb..53d5ce4 100644 --- a/theme.json +++ b/theme.json @@ -174,8 +174,8 @@ "elements": { "h1": { "typography": { - "fontSize": "44px", - "fontWeight": "400", + "fontSize": "31px", + "fontWeight": "700", "lineHeight": "0.9" } },