1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

fix bad merge

This commit is contained in:
Chris Jones 2011-07-01 22:01:12 -07:00
parent 7a306afe41
commit 6397774fb5

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;
}
};