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.
This commit is contained in:
Ben Harris
2022-12-05 14:01:53 +00:00
parent b04a2cba98
commit 9cb0abb584

View File

@ -301,6 +301,7 @@ EOF
#puzzlecanvas {
display: block;
width: 100%;
font-family: sans-serif;
}
#apology {