Last active
August 29, 2015 14:04
-
-
Save tillda/c9c484217713e7ee33ce to your computer and use it in GitHub Desktop.
Glogster fonts definition
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: { | |
list: [ | |
{ | |
family: "Supercool", | |
weight: "normal", | |
style: "normal", | |
files: { | |
ttf: "http://we.com/fonts/supercool.ttf", | |
woff: "http://we.com/fonts/supercool.woff" | |
} | |
}, | |
{ | |
family: "Supercool", | |
weight: "bold", | |
style: "italic", | |
files: { | |
ttf: "http://we.com/fonts/supercool-bold-italic.ttf", | |
woff: "http://we.com/fonts/supercool-bold-italic.woff" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"fonts": [
{
"name": "Supercool", "style": "regular|bold|italic|boldItalic", "url": "http://we.com/fonts/supercool.ttf"
}
]