shithub: puzzles

Download patch

ref: 9cb0abb58403a121dddbd78a779a0116ddb65234
parent: b04a2cba98b82b7424878236798fc90497529ebf
author: Ben Harris <bjh21@bjh21.me.uk>
date: Mon Dec 5 09:01:53 EST 2022

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.

--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -301,6 +301,7 @@
 #puzzlecanvas {
     display: block;
     width: 100%;
+    font-family: sans-serif;
 }
 
 #apology {