// ==UserScript==
// @name        RPGatsumaru_fontload_fix
// @namespace   RPGatsumaru_fontload_fix
// @include     https://html5.nicogame.jp/games/*
// @version     1
// @grant       none
// ==/UserScript==

unsafeWindow.Graphics.isFontLoaded = function(s){
  return document.fonts.check("40px " + s);
}