Skip to content

Commit

Permalink
Update theme.json
Browse files Browse the repository at this point in the history
Rubik font was default inadvertently. This fixes the theme to use the correct font.
  • Loading branch information
beafialho authored Dec 18, 2023
1 parent da53eba commit 7adab08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpho/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -600,4 +600,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}
}

0 comments on commit 7adab08

Please sign in to comment.