|
@@ -146,7 +146,7 @@ function injectedScript() {
|
|
|
let warningFontFaceDisplayed;
|
|
let warningFontFaceDisplayed;
|
|
|
globalThis.FontFace = function () {
|
|
globalThis.FontFace = function () {
|
|
|
if (!warningFontFaceDisplayed) {
|
|
if (!warningFontFaceDisplayed) {
|
|
|
- warn("SingleFile is hooking the FontFace constructor to get font URLs."); // eslint-disable-line no-console
|
|
|
|
|
|
|
+ warn("SingleFile is hooking the FontFace constructor to get font URLs.");
|
|
|
warningFontFaceDisplayed = true;
|
|
warningFontFaceDisplayed = true;
|
|
|
}
|
|
}
|
|
|
const detail = {};
|
|
const detail = {};
|