From 520b20612967bb9dfadffa6dff004cf3d73dfdc2 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:18:21 -0500 Subject: [PATCH] f --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 1443a631..5185528b 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -3921,7 +3921,7 @@ elements.sign = { renderPostPixel(function(ctx){ for (pixel of currentPixels){ if (pixel.element == "sign" && pixel.sign){ - ctx.font = `12pt PressStart2P` + ctx.font = `12pt Arial` ctx.fillStyle = pixel.color; ctx.fillText(pixel.sign, canvasCoord(pixel.x), canvasCoord(pixel.y)) }