Skip to content

Instantly share code, notes, and snippets.

@lbud
Created March 12, 2015 00:40
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 lbud/77344a488f20925edf0e to your computer and use it in GitHub Desktop.
Save lbud/77344a488f20925edf0e to your computer and use it in GitHub Desktop.
fontnik.load(fontfile, function(faces) {
// `faces` returns an array (since font file can include >1 face) of objects as:
// { face_name: "",
// family_name: "",
// style_name: "",
// codepoints: [],
// range: function
// }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment