Switch to monospace font

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-29 10:52:17 -08:00
parent 4473cd93b1
commit 0c98198e91

View File

@@ -7,7 +7,7 @@
<style>
* { box-sizing: border-box; }
body {
font-family: system-ui, sans-serif;
font-family: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
margin: 0;
padding: 10px;
background: #111;