From fb2631cd033d3713b7ba7b3090f4fd0e8f10c5f5 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 8 May 2024 16:27:41 +0500 Subject: [PATCH] define default body text style --- theme.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 8842369..661db03 100644 --- a/theme.json +++ b/theme.json @@ -219,7 +219,10 @@ "text": "var(--wp--preset--color--contrast)" }, "typography": { - "fontFamily": "Inclusive Sans" + "fontFamily": "Inclusive Sans", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "400", + "lineHeight": "1.6" }, "blocks": { "core/post-title": {