diff --git a/styles.css b/styles.css index 57c93e5..371addb 100644 --- a/styles.css +++ b/styles.css @@ -64,7 +64,7 @@ body { padding: 10px; box-sizing: border-box; overflow-y: auto; - font-family: 'Courier New', Courier, monospace; + font-family: monospace; font-size: 16px; /* Match terminal font size to editor */ } #run-button {