Last active
October 8, 2017 12:00
-
-
Save getflourish/d79836b0bebb6b44f76389b623fd7dc1 to your computer and use it in GitHub Desktop.
Roboto in Google Fonts Web API
This file contains 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
{ | |
"kind": "webfonts#webfont", | |
"family": "Roboto", | |
"category": "sans-serif", | |
"variants": [ | |
… | |
], | |
"subsets": [ | |
… | |
], | |
"version": "v16", | |
"lastModified": "2017–04–17", | |
"files": { | |
… | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment