From 20e3ac6cfce35957a0ce79dcb25f12129fe0d83a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 9 May 2024 16:23:22 +0500 Subject: [PATCH] tweak button typography --- theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 70b9abd..7e8a802 100644 --- a/theme.json +++ b/theme.json @@ -296,7 +296,8 @@ }, "typography": { "fontSize": "var(--wp--preset--font-size--small)", - "textTransform": "uppercase" + "fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)", + "fontWeight": "700" } }, "core/separator": {