mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-01-31 23:09:42 +11:00
Change font, container didn't support it.
This commit is contained in:
parent
f427b81cbb
commit
33820b0145
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user