Created
April 14, 2015 20:06
-
-
Save mattwiebe/3da3cbc18c323f2307cf to your computer and use it in GitHub Desktop.
typekit
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
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