Balancing text for better readability
31–40 of 92 posts
Re: Balancing text for better readability
#32(For example, the first line of the first paragraph of the post renders as 134 characters on my screen. Maybe I am just old, but I find this hard to read.)
Re: Balancing text for better readability
#33Wouldn't it be easier and give you more editing control to just put text in a element? Seems like it would be hard to algorithmically determine what will visually look good
InDesign already does this (as does quite a number of other software) and it works remarkably well. There is rarely a situation in which manual adjustment improves the typesetting and the automatic solution i definitely always good enough. A manual solution is possible but not very practical, as was also mentioned in the article. Especially when the web design is responsive, such manual adjustments are problematic. B…
It's also nice to see some constructive issues already being raised on the project. Whether or not the current implementation is perfect, it'd be really neat to have this type of functionality implemented in a CSS spec.
Re: Balancing text for better readability
#34I think it's odd that a post about readability has grey text (#686868) on a white background. Next to the black screen grabs the text is very light.
Thanks for the feedback. I just fixed it.
http://i.imgur.com/Xu13n7j.png
The typophiles here will surely yell at me for getting the terminology wrong, but my experience is that fonts are heavier on OS X and whenever I see a site with whisper-thin text like the above I suspect it was tested on OS X only.
Edit: removing the font-weight CSS attribute makes the page legible. The issue is that you specified a font-weight under 400 ("normal"), and different font engines snap in different ways.
Re: Balancing text for better readability
#35I long for something that would just wrap all big paragaphs of text at 70-ish characters without hacking at element widths (I've tried user stylesheets, scripts... nothing satisfactory). If this were implemented, I imagine it would be easier to do that. (For example, the first line of the first paragraph of the post renders as 134 characters on my screen. Maybe I am just old, but I find this hard to read.)
and tags for a long while, but found too many sites ended up funny (especially those that mixed
and
). These days I just make my browser narrow.
Re: Balancing text for better readability
#36I long for something that would just wrap all big paragaphs of text at 70-ish characters without hacking at element widths (I've tried user stylesheets, scripts... nothing satisfactory). If this were implemented, I imagine it would be easier to do that. (For example, the first line of the first paragraph of the post renders as 134 characters on my screen. Maybe I am just old, but I find this hard to read.)
Re: Balancing text for better readability
#37I think it's odd that a post about readability has grey text (#686868) on a white background. Next to the black screen grabs the text is very light.
The contrast ratio is 5.57:1 well above the 4:5:1 requirement. It seems that they're using Adobe Clean Light ( Helvetica Neue Light as a fallback). This must be the source of your readibility problem. Depending on browser/platform font-weight: 300 can be a huge problem. [1] http://juicystudio.com/services/luminositycontrastratio.php#...
I don't know what this 4:5:1 requirement is, but it also looks better to my eyes with the color:#444 toggled off so I get black text. But it's not as huge a difference as turning off the width.
Re: Balancing text for better readability
#38Re: Balancing text for better readability
#39Earlier quoted context omitted.
Thanks for the feedback. I just fixed it.
It's still nearly unreadable for me. http://i.imgur.com/Xu13n7j.png The typophiles here will surely yell at me for getting the terminology wrong, but my experience is that fonts are heavier on OS X and whenever I see a site with whisper-thin text like the above I suspect it was tested on OS X only. Edit: removing the font-weight CSS attribute makes the page legible. The issue is that you specified a font-weight under…
Re: Balancing text for better readability
#40I think it's odd that a post about readability has grey text (#686868) on a white background. Next to the black screen grabs the text is very light.