Also, if you break zooming on my iOS devices, I won't bother to read your website. I find this an exceptionally stupid thing to do. That includes the abomination known as Swype (I think) which breaks websites for iPhone/iPad users presenting them with an interface which does something different than it appears to, breaks zooming, introduces useless and unintuitive "pagination" and generally makes users' lives miserab…
I don't have an IOS device. What do you mean by broken? Does the font size stay constant while the page elements get bigger, or does zooming not work at all?
Stop Using Small Font Sizes
61–70 of 126 posts
Re: Stop Using Small Font Sizes
#62I like small fonts. I like the before pictures better. I bought a 30" monitor so I can fit more content, more windows there, not to look at huge letters and whitespace.
Re: Stop Using Small Font Sizes
#6312pt Times New Roman is the standard for publishing, so that's become the go-to size for a lot of websites. It was plenty big on 800x600 displays, but I agree that it's generally too small for today's resolutions. However, the solution isn't to pick a new, slightly larger point size and just set everything to that, it's to use media queries to set an appropriate size for whatever medium the content is being displayed…
Re: Stop Using Small Font Sizes
#64I don't mind small font sizes as long as you don't do anything to break zoom in the browser. What is killing me a lot more lately is the trend towards extremely low contrast sites, like white backgrounds with almost-white text. This is starting to be everywhere recently and it is horrible. I'm sure that design looks great on your Pantone-calibrated monitor, designer, but on mine I can barely even see there are words…
Strong point you're making here. Pantone-calibrated monitors only make sense when you'll be doing actual printing. A webdesigner using Pantone shades for a website is just being a delusional fool.
Re: Stop Using Small Font Sizes
#65That's only half of the discussion. The other half is line spacing. I think that's much more important.
In his examples at the bottom, the Phoronix one really gets a big improvement by not having the lines squished together. If I open up Phoronix in my browser and add the 1.5em line-height CSS rule, the site becomes considerably more comfortable to read, without even touching the 12px font size.
Re: Stop Using Small Font Sizes
#66Earlier quoted context omitted.
1pt is a unit of length. One point is 1/72 of an inch. It should be the same height now that it ever was, even on old monitors.
Yeah using pt works too. The problem is that everyone uses 12px in their CSS rather than 12pt.
Re: Stop Using Small Font Sizes
#6712pt Times New Roman is the standard for publishing, so that's become the go-to size for a lot of websites. It was plenty big on 800x600 displays, but I agree that it's generally too small for today's resolutions. However, the solution isn't to pick a new, slightly larger point size and just set everything to that, it's to use media queries to set an appropriate size for whatever medium the content is being displayed…
1pt is a unit of length. One point is 1/72 of an inch. It should be the same height now that it ever was, even on old monitors.