Last active
June 21, 2022 16:21
-
-
Save elpuas/93b7595233ddb6c9b71c4c2e01c32937 to your computer and use it in GitHub Desktop.
Adding Typography
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"typography": { | |
"fontFamilies": [ | |
{ | |
"name": "Helvetica or Arial", | |
"slug": "helvetica-arial", | |
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif" | |
} | |
], | |
"fontSizes":[ | |
{ | |
"slug": "size50", | |
"size": "50px", | |
"name": "Size 50" | |
} | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment