From c8ad4ebee771271550a7e26503717b7cb77d2940 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 9 May 2024 16:23:59 +0500 Subject: [PATCH] use css var for body text style --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 7e8a802..9cd0731 100644 --- a/theme.json +++ b/theme.json @@ -255,7 +255,7 @@ "text": "var(--wp--preset--color--contrast)" }, "typography": { - "fontFamily": "Inclusive Sans", + "fontFamily": "var(--wp--preset--font-family--inclusive-sans)", "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "400", "lineHeight": "1.6"