From c67a53f535adca1873c435e6d489dd4699ee1dc0 Mon Sep 17 00:00:00 2001 From: desmukh Date: Sat, 21 Jan 2023 13:08:20 +0500 Subject: [PATCH] move heading typography to styles > elements --- theme.json | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/theme.json b/theme.json index 519d4e9..8faaad8 100644 --- a/theme.json +++ b/theme.json @@ -114,24 +114,22 @@ "fontWeight": "600", "textTransform": "uppercase" } - }, - "core/heading": { - "elements": { - "h1": { - "typography": { - "fontSize": "44px", - "fontWeight": "400", - "lineHeight": "0.9" - } - }, - "h2": { - "typography": { - "fontSize": "14px", - "textTransform": "uppercase" - } - } - } } + }, + "elements": { + "h1": { + "typography": { + "fontSize": "44px", + "fontWeight": "400", + "lineHeight": "0.9" + } + }, + "h2": { + "typography": { + "fontSize": "14px", + "textTransform": "uppercase" + } + } } }, "templateParts": [