I've been keeping a list of monospace pages: https://wonger.dev/posts/monospace-dump#web . Currently have ~50. Spacing is a challenge. And you lose some legibility giving up proportional fonts. I think kerning in proportional fonts makes a big difference, letting your eyes recognize the shape of different letter groupings. Monospace text is fine if you avoid long-form text, like when it's structured and highlighted i…
maybe there needs to be a gopher protocol refresh. some 2024 approach of the same idea.
The Monospace Web
121–130 of 159 posts
Re: The Monospace Web
#122It looks nice, and I'm glad that it's semantic and responsive, but the fundamental problem is that monospace just isn't great for body text. I've read blog posts on multiple sites with monospaced body text, it's okay, but proportional really is the way to go in my opinion.
Agreed. It has started bothering me for authoring Markdown documents as well, where it’s often impractical to avoid monospace.
Conversely, for reading Markdown, I prefer a rendered version in a proportional font.
Re: The Monospace Web
#123I was thinking about changing my personal website's font to a monospaced one. Anybody know which ones are particularly good for long-form text readability? Bonus points if it's on Google Fonts.
Re: The Monospace Web
#124It looks nice, and I'm glad that it's semantic and responsive, but the fundamental problem is that monospace just isn't great for body text. I've read blog posts on multiple sites with monospaced body text, it's okay, but proportional really is the way to go in my opinion.
Out of curiosity, what font would you prefer for body text? I use monospace on my own blog because it plays nice with my poor vision and scaling settings, but I am always curious about improved readability for all, since accesability is important to me.
So both have better "readability" in different ways. Faster/easier or more accurate. Which implies to me at least that mono is better for everything but body text even when things are ideal. I don't think it is possible to have a single proportional font that works for both definitions of the word "readability".
Re: The Monospace Web
#125My favorite font is Terminus for my code and whatever the New York Times Magazine font is for reading.
But when it comes to get the message across....Papirus.
Re: The Monospace Web
#126Earlier quoted context omitted.
Laravel does something similar. Each line of multi-line comments are exactly 3 characters shorter than the previous line. https://github.com/laravel/laravel/blob/11.x/config/database...
Wow, this is amazing! Just in that file or everywhere? Why? How do they enforce this for all the contributors who might be unaware?
Re: The Monospace Web
#127Re: The Monospace Web
#128Earlier quoted context omitted.
maybe there needs to be a gopher protocol refresh. some 2024 approach of the same idea.
The problem is not really with the protocol or the file formats, though. I gave this some thought in the past, and, since this is more of an artistic/crafting endavor than anything else I'd say we decide on some arbitrary rules (like "only monospace fonts, no external javascript, only static content", I don't know, I'm just spitballing here) and create our own certification to display at the top of the page (like the…
So most of the Japanese amateur internet? :V
(CJK fonts are mostly monospace.)
Re: The Monospace Web
#129Re: The Monospace Web
#130I was thinking about changing my personal website's font to a monospaced one. Anybody know which ones are particularly good for long-form text readability? Bonus points if it's on Google Fonts.
Aside, but please consider using https://fontsource.org/ instead of Google Fonts: just as easy to use, and no tracking (at least from Google).
You get the upsides of being able to pick a nice font from Google Fonts while not having the downside of tracking. It also helps with caching! And also prevents the font from disappearing for no reason.