mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -301,6 +301,7 @@ EOF
|
|||||||
#puzzlecanvas {
|
#puzzlecanvas {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#apology {
|
#apology {
|
||||||
|
Reference in New Issue
Block a user