Default font fallback

This commit is contained in:
Neale Pickett 2024-04-01 16:57:02 -06:00
parent 285c101bc6
commit 2f7fba2dff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
}
.output, .editor {
font-family: Go, monospace;
font-family: Go, "source code pro", consolas, monospace;
}
.fixed .output, .fixed .editor {