To view parent comment, click here.
To read all comments associated with this story, please click here.
I've actually commented on this before.
Part of the reason it looks like ass is the way linux does font rendering, and/or the default sans-serif font that is set on the system just doesn't scale down. Freetype tends to spaz on anything but the most basic of jobs.
The logic behind setting a font at 0.9em is sort of weird in the first place though. You are basically saying you are respecting that the user set a base font size, but you want to display your text at a smaller size then they want to read it at. If you want absolute sizes, you should be using px, which should look the same on all systems. em is for relative sizing. The only reason you should be going for lower then 1 is for something like a caption, or for copyright text, not for the main type size on the page.







Member since:
2005-09-14
Um....the font on that page looks perfectly fine here, size-wise. (Chrome/win32).