You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
intergrav
added a commit
to intergrav/dev.css
that referenced
this issue
Nov 7, 2024
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.)The text was updated successfully, but these errors were encountered: