Skip to content

Instantly share code, notes, and snippets.

@mattwiebe
Created April 14, 2015 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwiebe/3da3cbc18c323f2307cf to your computer and use it in GitHub Desktop.
Save mattwiebe/3da3cbc18c323f2307cf to your computer and use it in GitHub Desktop.
typekit
curl -s https://typekit.com/api/v1/json/families/gkmg | jsonpretty
{
"family": {
"id": "gkmg",
"name": "Droid Sans",
"slug": "droid-sans",
"web_link": "http://typekit.com/fonts/droid-sans",
"browse_info": {
"capitals": [
"uppercase-lowercase"
],
"classification": [
"sans-serif"
],
"contrast": [
"regular"
],
"language": [
"ca",
"cs",
"de",
"el",
"en",
"es",
"fr",
"hu",
"it",
"mt",
"nl",
"pl",
"pt",
"ru",
"sl",
"sv",
"tr",
"vi"
],
"number_style": [
"uppercase"
],
"recommended_for": [
"paragraphs"
],
"weight": [
"regular"
],
"width": [
"regular"
],
"x_height": [
"high"
]
},
"css_stack": "sans-serif",
"description": null,
"foundry": {
"name": "Google Android",
"slug": "google-android"
},
"libraries": [
{
"id": "trial",
"link": "/api/v1/json/libraries/trial",
"name": "Trial Library"
},
{
"id": "personal",
"link": "/api/v1/json/libraries/personal",
"name": "Personal Library"
},
{
"id": "full",
"link": "/api/v1/json/libraries/full",
"name": "Full Library"
},
{
"id": "enterprise",
"link": "/api/v1/json/libraries/enterprise",
"name": "Enterprise Library"
}
],
"variations": [
{
"id": "gkmg:n4",
"link": "/api/v1/json/families/gkmg/n4",
"name": "Droid Sans Regular",
"fvd": "n4"
},
{
"id": "gkmg:n7",
"link": "/api/v1/json/families/gkmg/n7",
"name": "Droid Sans Bold",
"fvd": "n7"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment