From 285c101bc6c8179b74458e0cd2821b242bc79e08 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 1 Apr 2024 16:56:33 -0600 Subject: [PATCH] I don't like Go Mono --- theme/fonts/Go-Mono.ttf | 1 - theme/puzzle.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 theme/fonts/Go-Mono.ttf diff --git a/theme/fonts/Go-Mono.ttf b/theme/fonts/Go-Mono.ttf deleted file mode 100644 index 7cf65e0..0000000 --- a/theme/fonts/Go-Mono.ttf +++ /dev/null @@ -1 +0,0 @@ -font/gofont/ttfs/Go-Mono.ttf - image - Git at Google
blob: 853d473bebdf6d27eea9ddcc1f1d310483704229 [file] [log] [blame]
173248-byte binary file
\ No newline at end of file diff --git a/theme/puzzle.css b/theme/puzzle.css index f1a4a17..8be5a54 100644 --- a/theme/puzzle.css +++ b/theme/puzzle.css @@ -36,7 +36,7 @@ } .fixed .output, .fixed .editor { - font-family: Go-Mono, monospace; + font-family: "source code pro", consolas, monospace; } .controls {