Skip to content

Commit

Permalink
feat: simplify system-ui font
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed Jun 18, 2024
1 parent fe648fe commit 8f63156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"fluid": true,
"fontFamilies": [
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"fontFamily": "system-ui, sans-serif",
"name": "System Font",
"slug": "system"
},
Expand All @@ -130,7 +130,7 @@
]
}
],
"fontFamily": "Inter, var( --wp--preset--font-family--system , sans-serif )",
"fontFamily": "Inter, var( --wp--preset--font-family--system )",
"name": "Inter",
"slug": "inter"
},
Expand Down

0 comments on commit 8f63156

Please sign in to comment.