From 9cb0abb58403a121dddbd78a779a0116ddb65234 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 5 Dec 2022 14:01:53 +0000 Subject: [PATCH] js: Specify a font for the puzzle canvas in CSS I'd like to use this, but (a) I need it in the HTML for a little while first, and (b) I think my current implementation may be a bit fragile. --- html/jspage.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/html/jspage.pl b/html/jspage.pl index 1f015fe..06e9f24 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -301,6 +301,7 @@ EOF #puzzlecanvas { display: block; width: 100%; + font-family: sans-serif; } #apology {