1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 04:10:59 -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 f427b81cbb
commit 33820b0145

View File

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