From 33820b01455da5776b45338a78f819ae269d8ea2 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:34:57 +1100 Subject: [PATCH] Change font, container didn't support it. --- src/components/CanvasGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CanvasGraph.ts b/src/components/CanvasGraph.ts index 368904b..e77c28d 100644 --- a/src/components/CanvasGraph.ts +++ b/src/components/CanvasGraph.ts @@ -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