Fix font
This commit is contained in:
parent
d905f37366
commit
9de7f81454
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue