Skip to content

Commit

Permalink
Build/Test Tools: Fix typo in variation-new-font-family.json fixtur…
Browse files Browse the repository at this point in the history
…e file.

Props huzaifaalmesbah, mukesh27.
Fixes #60712.

git-svn-id: https://develop.svn.wordpress.org/trunk@57788 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
swissspidy committed Mar 7, 2024
1 parent ce88530 commit da1e423
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.tff"
"file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf"
]
},
{
Expand All @@ -24,7 +24,7 @@
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.tff"
"file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.ttf"
]
}
]
Expand Down

0 comments on commit da1e423

Please sign in to comment.