Live data from Hacker News

MonoLisa – A font designed for developers

monolisa.dev

291–294 of 294 posts

Re: MonoLisa – A font designed for developers

#291

Earlier quoted context omitted.

An interesting perspective with which I respectfully disagree. I have high dpi displays (who doesn't?) but prefer sans. I think it's near-universal these days. Everyone is using them for logos too. There's a reason: legibility, everywhere, including for non-native readers. In a global world, one must prioritize clarity. See https://design.tutsplus.com/articles/the-rise-of-the-sans-se... and https://developer.apple.co…

I read the links. I don't believe that brand designers are optimizing for legibility, unless there's some real study showing sans is easier to read body text with. Designers just follow trends that have nothing to do with user experiences. People switching logos to sans are the same types of people coming up with "Metamates"; just people chasing corporate dogmas. Some data: https://www.gwern.net/AB-testing#fonts

That gwern page is mostly rambling IMHO. Yes, there is a documented association between serifs and trust, but it is weak and mostly tested in print IIRC. I think you may be throwing the baby (real and objective improvement) out with the bathwater (fads) in the design world. There is substance there. I suggest https://watchdocumentaries.com/helvetica/

Re: MonoLisa – A font designed for developers

#292
post #36

Earlier quoted context omitted.

Line length linters are kinda standard. The goal is to have "shorter lines".

Line length doesn't change just because the font itself is wider.

Seems like the same amount of characters that are each wider would be wider? So you would see less characters on a line with the same amount of characters

Re: MonoLisa – A font designed for developers

#294
post #292

Earlier quoted context omitted.

Line length doesn't change just because the font itself is wider.

Seems like the same amount of characters that are each wider would be wider? So you would see less characters on a line with the same amount of characters

Well yes and no. The line would visually become longer, but if we're talking enforced line length by IDE's, say 80 characters, then the line would still be 80 characters long, but just take up visually more horizontal space and so whether or not you see the same amount of characters on a line would become an issue of how much horizontal screen space do you afford for code.
Post reply on HN