Skip to content

Commit

Permalink
WDSUS-41 - Add fallback font
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Aug 18, 2023
1 parent bb7979a commit 4255b9e
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 @@ -43,7 +43,7 @@
"fluid": true,
"fontFamilies": [
{
"fontFamily": "Inter",
"fontFamily": "Inter, sans-serif",
"name": "Body",
"slug": "body",
"fontFace": [
Expand All @@ -59,7 +59,7 @@
]
},
{
"fontFamily": "Oxygen",
"fontFamily": "Oxygen, sans-serif",
"name": "Headline",
"slug": "headline",
"fontFace": [
Expand Down

0 comments on commit 4255b9e

Please sign in to comment.