fix bad merge
This commit is contained in:
parent
7a306afe41
commit
6397774fb5
2
fonts.js
2
fonts.js
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user