Skip to content

Instantly share code, notes, and snippets.

@tillda
Last active August 29, 2015 14:04
Show Gist options
  • Save tillda/c9c484217713e7ee33ce to your computer and use it in GitHub Desktop.
Save tillda/c9c484217713e7ee33ce to your computer and use it in GitHub Desktop.
Glogster fonts definition
{
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"
}
}
]
}
}
@honzabrecka
Copy link

"fonts": [
{
"name": "Supercool", "style": "regular|bold|italic|boldItalic", "url": "http://we.com/fonts/supercool.ttf"
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment