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:
parent
b2d2300d13
commit
6a237460ed
@ -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