Hacker News new | ask | show | jobs
by jsheard 410 days ago
Courier New is pretty dated, you could consider using the Monospace Code stack from https://modernfontstacks.com to take advantage of newer system fonts. Your current font stack is actually broken as well, generic families like monospace shouldn't be quoted. Quoting it makes the browser look for a font literally called "monospace" instead of using its default monospace font.
1 comments

Oh wow good catch. Will fix that