From 7adab08df040c2a3f35dea948483ef174beef98a Mon Sep 17 00:00:00 2001 From: Beatriz Fialho <65220155+beafialho@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:54:34 +0000 Subject: [PATCH] Update theme.json Rubik font was default inadvertently. This fixes the theme to use the correct font. --- mpho/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpho/theme.json b/mpho/theme.json index e2054bd2ec..7c6cfbab10 100644 --- a/mpho/theme.json +++ b/mpho/theme.json @@ -557,7 +557,7 @@ }, "heading": { "typography": { - "fontFamily": "var(--wp--preset--font-family--rubik)", + "fontFamily": "var(--wp--preset--font-family--system-font)", "fontWeight": "400", "lineHeight": "1.125" } @@ -600,4 +600,4 @@ ], "version": 2, "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file +}