mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05: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…
Reference in New Issue
Block a user