Fix bustage while merging

This commit is contained in:
Vivien Nicolas 2011-07-02 06:01:43 +02:00
parent 41d4738289
commit a600a3d2ce

View File

@ -1117,6 +1117,8 @@ var Font = (function () {
var rule = "@font-face { font-family:'" + fontName + "';src:" + url + "}";
var styleSheet = document.styleSheets[0];
styleSheet.insertRule(rule, styleSheet.cssRules.length);
return rule;
}
};