Skip to content

Instantly share code, notes, and snippets.

@metamn
Created May 15, 2015 15:54
Show Gist options
  • Save metamn/5ba4c972ea74d8373e0f to your computer and use it in GitHub Desktop.
Save metamn/5ba4c972ea74d8373e0f to your computer and use it in GitHub Desktop.
Fonts JSON
{
"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