I tried viewing this on my iPad, and I got Courier (New?). Since the rest of new.css uses nice, modern sans-serif fonts, it stuck out like a sore thumb.
I agree, even though I love Monaco.
We could also replace it with Menlo, which has four styles and seems to use the same metrics. So the change would be very unlikely to break anything.
Making an Issue first since I'd like to
bikeshedgather opinions on where in the stack to put it.As of this writing, the
--nc-font-mono
stack is this:I tried viewing this on my iPad, and I got Courier (New?). Since the rest of
new.css
uses nice, modern sans-serif fonts, it stuck out like a sore thumb.Happily, changing the font stack to
made it so I got
.AppleSystemUIFontMonospaced
(SF Mono). This looks way better on my iPad.I suggest putting
ui-monospace
right beforeMonaco
, so the line reads:My rationale:
ui-monospace
was superseded in March of 2020.Thoughts?
(Also, I'd properly capitalize
Monaco
in passing, but that's much less important.)