On the other hand, don't use font sizes that are too big (I've noticed that on a number of blogs and startup sites recently). It might look great on your large iMac screen, but when I read it with an 11" MBA, it's pretty frustrating to only be able to see a handful of lines of text at the same time. Even this blog which is doing the complaining, I wish I could see more of the text at the same time. Though it's a matt…
Stop Using Small Font Sizes
21–30 of 126 posts
Re: Stop Using Small Font Sizes
#2212pt 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
#23(which, dismayingly, is loading very slowly in Chrome just now, but loading fine in IE), the basis for my restyling my very old personal website. A line height of 1.4 is plenty large. The author is fully correct, of course, that it is best not to specify a font size at all, and especially not to specify a size that can't be resized at will be any user who happens to visit your site. Responsive Web design
http://www.seomoz.org/blog/seo-of-responsive-web-design
http://www.abookapart.com/products/responsive-web-design
is the way to go.
Re: Stop Using Small Font Sizes
#24Re: Stop Using Small Font Sizes
#25huh, initially I thought "It is not THAT big of a problem" but after reading his article (easily) then trying to read an article in some of his example offenders sites...I can see his point. Consider my eyes opened... (and not squinting.)
Re: Stop Using Small Font Sizes
#26Only if you stop using fully-justified text first.
What's wrong with justified text? I prefer reading justified text.
Browsers are horrible at justifying text.
Re: Stop Using Small Font Sizes
#2712pt 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.
Re: Stop Using Small Font Sizes
#28huh, initially I thought "It is not THAT big of a problem" but after reading his article (easily) then trying to read an article in some of his example offenders sites...I can see his point. Consider my eyes opened... (and not squinting.)
funnily, the article itself is an "offending site": http://tinypic.com/view.php?pic=1g14rd&s=6
Re: Stop Using Small Font Sizes
#29Re: Stop Using Small Font Sizes
#30But why pixels (px) and not points (pt)?
I made a site using 12pt text and it looks good everywhere (ipad, iphone, chromebook, linux, windows, mac).
I suspect 16px is going to look too small on a Retina Macbook (I don't own one, so I wouldn't know).