messagesoverlay - Use bitmap fonts for a little better readability on smaller sizes

master
Martin Boonk 2024-04-04 21:15:15 +02:00
parent 12449b6474
commit 2647514e10
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ var settings = Object.assign(
settings = Object.assign({ settings = Object.assign({
fontSmall:"6x8", fontSmall:"6x8",
fontMedium:"Vector:14", fontMedium:"6x15",
fontBig:g.getFonts().includes("Vector") ? "Vector:20" : "6x8:3", fontBig: "12x20",
fontLarge:"Vector:30", fontLarge:"Vector:30",
reemit: true reemit: true
}, settings); }, settings);