Skip to content

Instantly share code, notes, and snippets.

/*
* fonts.com implement one different font-family name per weight or style of
* the same font. This means you need to explicitly declare in your elements
* that use a font-weight different to `normal`, the new font-family
* corresponding to that weight.
*
* See http://stackoverflow.com/questions/5824925/is-there-any-way-to-fix-fonts-com-font-face-declarations
*/
var FontsComLoader = (function() {