I find myself zooming nearly 80% of the sites I visit now, including Google Docs. And I'm always a little bummed that Google's Spreadsheets give me this warning: "Your browser's current zoom setting is not fully supported. Please reset to default zoom."
16 pixels For Body Copy. Anything Less Is A Costly Mistake
31–40 of 146 posts
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#32Am I missing something? The physical size of a 16px font will surely vary based on resolution and screen size. So claims such as '16px is the same as most books' are clearly nonsense.
The problem is: due to the need to mix and align with bitmap graphics, web design is most convenient when specifying font sizes in pixels (except for simple pages, like HN and such, fluid designs cannot cover most cases in a mainstream enough fashion).
So, given that, he had to mention a specific pixel setting. But he took into account most common DPIs. For the majority of users they do not vary that much, around 100-120 dpi.
(Btw, have you read the article? He is aware of that, and he even gives examples of 16px in different DPI screens).
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#33Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#34Does this equate to setting the base font size to 1em in CSS?
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#35Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#36Most web sites break down when fonts are upscaled. Sad but true. I configured my mother's firefox to do that, it works, but most of the web doesn't look good. Which is sad. My eyes aren't very good too and they prefer bigger fonts. In fact, most people have vision problems those days.
Then you learn most mobile sites disable user scrolling, because of a bug on iOS that causes non-standard zoom levels to cause text to wrap off the screen when changing orientation. So if you did this and your site isn't readable on someones device, they can't even fix it.
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#37For me, the most pleasurable reading experience I can think of is Instapaper on an iPad. What's the default size on that? I could be wrong, but I doubt it's anything larger than 14-16.
Besides, is it really a "costly mistake"? Is Facebook is failure because the text is small? Is Apple's website is design disaster? Both sites (and many more) feature a mix of large and small text with modest sized body. They're navigation is thought out and structured.
The 16 pixels argument encourages the opposite of that.
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#38Am I missing something? The physical size of a 16px font will surely vary based on resolution and screen size. So claims such as '16px is the same as most books' are clearly nonsense.
He means "for the most common monitor DPIs", duh. The problem is: due to the need to mix and align with bitmap graphics, web design is most convenient when specifying font sizes in pixels (except for simple pages, like HN and such, fluid designs cannot cover most cases in a mainstream enough fashion). So, given that, he had to mention a specific pixel setting. But he took into account most common DPIs. For the majori…
Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#39Re: 16 pixels For Body Copy. Anything Less Is A Costly Mistake
#40Why "16 pixels"? Wouldn't scaling fonts based in cm/inch make more sense to be resolution independent, especially important on mobile devices?