From e57475e3337ba3251f50c0ffca09b67d84bfd834 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 8 May 2024 15:48:40 +0500 Subject: [PATCH] set default typography settings --- theme.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/theme.json b/theme.json index 44509b1..c2659fc 100644 --- a/theme.json +++ b/theme.json @@ -178,29 +178,29 @@ "styles": { "color": { "background": "var(--wp--preset--color--background)", - "text": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--contrast)" }, "typography": { - "fontFamily": "Inter" + "fontFamily": "Inclusive Sans" }, "blocks": { "core/post-title": { "typography": { - "fontSize": "30px", - "fontWeight": "700" + "fontSize": "40px", + "fontWeight": "400" } } }, "elements": { "h1": { "typography": { - "fontSize": "30px", - "fontWeight": "700" + "fontSize": "40px", + "fontWeight": "400" } }, "h2": { "typography": { - "fontSize": "22.5px", + "fontSize": "24px", "fontWeight": "400" } },