Created
May 15, 2015 15:54
-
-
Save metamn/5ba4c972ea74d8373e0f to your computer and use it in GitHub Desktop.
Fonts JSON
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
{ | |
"fonts": [ | |
{ | |
"name": "Nimbus Sans", | |
"description": "The default typeface", | |
"family": "sans-serif", | |
"character_set": "English, with OpenType Features", | |
"served_from": "Typekit", | |
"styles": [ | |
{ | |
"name": "Regular", | |
"weight": "400", | |
"style": "normal" | |
}, | |
{ | |
"name": "Bold", | |
"weight": "700", | |
"style": "normal" | |
} | |
] | |
}, | |
{ | |
"name": "Silkscreen", | |
"description": "The logo typeface", | |
"family": "sans-serif", | |
"character_set": "English, with OpenType Features", | |
"served_from": "Typekit", | |
"styles": [ | |
{ | |
"name": "Regular", | |
"weight": "400", | |
"style": "normal" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment