This commit is contained in:
Dazed 2024-02-16 13:28:54 -06:00
parent d905f37366
commit 9de7f81454

View file

@ -805,7 +805,7 @@
if (dTextInfo) {
var customFont = dTextInfo.font ? dTextInfo.font + "," : "";
this.contents.fontFace = customFont + this.standardFontFace();
this.contents.fontSize = dTextInfo.size || this.standardFontSize();
this.contents.fontSize = dTextInfo.size - 6 || this.standardFontSize();
} else {
Window_Base.prototype.resetFontSettings.apply(this, arguments);
}