Skip to content

Commit

Permalink
Updated font family to list with fallbacks instead of single value
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Jun 27, 2024
1 parent 4778c9b commit 5b816d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,15 @@
"font": {
"family": {
"mono": {
"value": "Courier New",
"value": "Courier New, Courier, monospace",
"type": "fontFamilies"
},
"brand": {
"value": "Wellcome",
"value": "Wellcome, sans-serif",
"type": "fontFamilies"
},
"sans-serif": {
"value": "Helvetica Neue",
"value": "Inter, sans-serif",
"type": "fontFamilies"
}
},
Expand Down

0 comments on commit 5b816d8

Please sign in to comment.