We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d355f + e01bd9a commit e666830Copy full SHA for e666830
js/rpg_core/Graphics.js
@@ -8,7 +8,7 @@ function Graphics() {
8
throw new Error('This is a static class');
9
}
10
11
-Graphics._cssFontLoading = document.fonts && document.fonts.ready;
+Graphics._cssFontLoading = document.fonts && document.fonts.ready && document.fonts.ready.then;
12
Graphics._fontLoaded = null;
13
Graphics._videoVolume = 1;
14
0 commit comments