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.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() { |