From 2f7fba2dffb6fd7a6c3c96567d76cf51aab8fb1d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 1 Apr 2024 16:57:02 -0600 Subject: [PATCH] Default font fallback --- theme/puzzle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/puzzle.css b/theme/puzzle.css index 8be5a54..0b004f0 100644 --- a/theme/puzzle.css +++ b/theme/puzzle.css @@ -32,7 +32,7 @@ } .output, .editor { - font-family: Go, monospace; + font-family: Go, "source code pro", consolas, monospace; } .fixed .output, .fixed .editor {