Even worse (or probably related) than the general contrast problem is the absolutely crazy suggestion to use -webkit-font-smoothing: antialiased; in your CSS ( http://maxvoltar.com/archive/-webkit-font-smoothing ) I've yet to come across an instance where antialiased is better than using subpixel hinting. In addition, I think it's crazy that the browser would allow a site designer to alter such a highly OS- or even m…
Yeah, well... you know... that's just, like, your opinion, man. I think subpixel hinting looks terrible. I think letterforms are really interesting and beautiful and I actually want to see them when I use the web. That said, I do agree that web sites shouldn't override the browser settings for body text. But turning off hinting of titles is probably reasonable.
Webdesigners: please make text readable
71–80 of 109 posts
Re: Webdesigners: please make text readable
#72Even worse (or probably related) than the general contrast problem is the absolutely crazy suggestion to use -webkit-font-smoothing: antialiased; in your CSS ( http://maxvoltar.com/archive/-webkit-font-smoothing ) I've yet to come across an instance where antialiased is better than using subpixel hinting. In addition, I think it's crazy that the browser would allow a site designer to alter such a highly OS- or even m…
Yes, a thousand times yes. Even worse are those who use -webkit-text-stroke: 1px transparent; which absolutely _kills_ scrolling performance.
Re: Webdesigners: please make text readable
#73Earlier quoted context omitted.
I'd be curious for thoughts from HN readers on my own site's readability. Looking at: http://www.filterjoe.com/2009/03/23/site-design-for-reading/ I find the comments and list items (within an item) need more line height for comfortable web reading. Body paragraph line height seems fine.
Both font size and line height are smaller for comments and list items. Are you saying you prefer more line height (without font size change)? Or do you generally prefer both line height and font size in lists/comments to be identical to body text? Or perhaps something half way in between, with line height just nudged up a little but not as much as body text? I really appreciate the feedback - thanks.
In any case, I know the line height was small enough that I noticed list items and comments felt cramped even before I saw you'd asked for feedback.
In this example, regardless of font size or face, the vertical rhythm follows the same beat:
http://www.alistapart.com/d/settingtypeontheweb/example.html
Another example (using third step headings for section spacing) showing smaller font on the same baseline grid:
http://www.thesheep.co.uk/examples/vertical-rhythm/
A calculator to help make the CSS:
Re: Webdesigners: please make text readable
#74Re: Webdesigners: please make text readable
#75Re: Webdesigners: please make text readable
#76The author's focus on just 2 things, contrast and font, are not only overly simplistic, but are not even universally true for all people. For my eyes, reading high contrast black on white all day causes eye fatigue, while HN level of contrast (and the contrast on my site) causes less fatigue. I have no idea what percentage of people feel that way, but clearly some do. I am a huge proponent of designing web sites for…
Re: Webdesigners: please make text readable
#77Re: Webdesigners: please make text readable
#78Earlier quoted context omitted.
Both font size and line height are smaller for comments and list items. Are you saying you prefer more line height (without font size change)? Or do you generally prefer both line height and font size in lists/comments to be identical to body text? Or perhaps something half way in between, with line height just nudged up a little but not as much as body text? I really appreciate the feedback - thanks.
Personally, I'd prefer the line height to be the same for all the mentioned items for a consistent vertical rhythm. In any case, I know the line height was small enough that I noticed list items and comments felt cramped even before I saw you'd asked for feedback. In this example, regardless of font size or face, the vertical rhythm follows the same beat: http://www.alistapart.com/d/settingtypeontheweb/example.html A…
Re: Webdesigners: please make text readable
#79Re: Webdesigners: please make text readable
#80The author's focus on just 2 things, contrast and font, are not only overly simplistic, but are not even universally true for all people. For my eyes, reading high contrast black on white all day causes eye fatigue, while HN level of contrast (and the contrast on my site) causes less fatigue. I have no idea what percentage of people feel that way, but clearly some do. I am a huge proponent of designing web sites for…
I like your site's readability. I also like the body font. It might be my default text font, dunno. But it seems that the lines of <li> elements are oddly compressed.