aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2022-12-05 14:01:53 +0000
committerBen Harris <bjh21@bjh21.me.uk>2022-12-05 14:01:53 +0000
commit9cb0abb58403a121dddbd78a779a0116ddb65234 (patch)
tree6b62f941c69b5da47ff277572e1ff90e70016dfa /html
parentb04a2cba98b82b7424878236798fc90497529ebf (diff)
downloadpuzzles-9cb0abb58403a121dddbd78a779a0116ddb65234.zip
puzzles-9cb0abb58403a121dddbd78a779a0116ddb65234.tar.gz
puzzles-9cb0abb58403a121dddbd78a779a0116ddb65234.tar.bz2
puzzles-9cb0abb58403a121dddbd78a779a0116ddb65234.tar.xz
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.
Diffstat (limited to 'html')
-rwxr-xr-xhtml/jspage.pl1
1 files changed, 1 insertions, 0 deletions
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 {