1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 20:30:58 -05:00

Change font, container didn't support it.

This commit is contained in:
toast-ts 2024-02-09 22:34:57 +11:00
parent b2d2300d13
commit 6a237460ed

View File

@ -119,7 +119,7 @@ export default class CanvasBuilder {
}
// Draw text
this.ctx.font = `400 ${textSize}px Ubuntu`;
this.ctx.font = `400 ${textSize}px DejaVu Sans`;
this.ctx.fillStyle = this.palette.textColor;
// Highest value