Skip to content

Commit

Permalink
feat: chivo font family and appropriate font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
vantaboard committed Sep 23, 2021
1 parent ecb7b4e commit 569c4c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style-dictionary/properties/typography.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"typography": {
"weight": {
"light": { "value": "300" }, "regular": { "value": "400" },
"medium": { "value": "500" },
"semiBold": { "value": "600" },
"light": { "value": "300" },
"regular": { "value": "400" },
"bold": { "value": "700" },
"extraBold": { "value": "800" }
"black": { "value": "900" }
},
"family": {
"base": {
"value": "-apple-system, BlinkMacSystemFont, 'Karla', sans-serif"
"value": "-apple-system, BlinkMacSystemFont, 'Chivo', sans-serif"
}
}
},
Expand Down

0 comments on commit 569c4c2

Please sign in to comment.