Window_Base.prototype.standardFontFace = function() {
    if ($gameSystem.isChinese()) {
        return 'SimHei, Heiti TC, sans-serif';
    } else if ($gameSystem.isKorean()) {
        return 'Dotum, AppleGothic, sans-serif';
    } else {
        return 'SimHei';
    }
};

 

posted on 2018-04-27 21:20  Scientific_ZEAL  阅读(147)  评论(0编辑  收藏  举报