While we're on subject, I wanted to note that Helvetica makes a terrible body font. Please use Arial instead for your body, as it renders more clearly and reserve Helvetica for text above 13pt. KISSmetric uses Helvetica and a matching bg shadow blur for all of their body text, which makes my eyes bleed. Horrible practice. Avoid text-shadow for body.
I would very much like a simple cheat-sheet of "standard" fonts and what range of sizes each looks best at with regards to webpages. Something that I can blindly follow when making the first draft of a site. Anyone want to share a link to such a thing?
Design For Hackers: Why You Don't Use Garamond on The Web
21–30 of 70 posts
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#22Re: Design For Hackers: Why You Don't Use Garamond on The Web
#23Does this problem still occur when you use even higher-resolution screens, like the "Retina" display?
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#24The article mentions Google Font API and Typekit as sources of fonts online, but there's another option that's worth looking at: The Open Font Library ( http://openfontlibrary.org/ ) The fonts hosted there are free (both as in beer and as in freedom). It's interesting to see how they apply the concepts around free software to another medium, like fonts.
They only have a handful, but they're pretty much all high-quality.
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#25The article mentions Google Font API and Typekit as sources of fonts online, but there's another option that's worth looking at: The Open Font Library ( http://openfontlibrary.org/ ) The fonts hosted there are free (both as in beer and as in freedom). It's interesting to see how they apply the concepts around free software to another medium, like fonts.
Another site with open source fonts is The League of Moveable Type: http://www.theleagueofmoveabletype.com/ They only have a handful, but they're pretty much all high-quality.
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#26Also, desktop display tech needs to advance. But meanwhile, yes, please test your font selections with different software and preferably hardware, and ensure that it stays readable. I think all these new tech allowing fancy typefaces has produced at least twice as many horribly unreadable sites than those it has improved.
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#27Anyone who is using 12 px font in body text should be butchered imho. For reference 12 pt is approx 17 pixels in 100 PPI, and I think that even it is bit small for body text in web. Also, desktop display tech needs to advance. But meanwhile, yes, please test your font selections with different software and preferably hardware, and ensure that it stays readable. I think all these new tech allowing fancy typefaces has…
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#28Earlier quoted context omitted.
I would very much like a simple cheat-sheet of "standard" fonts and what range of sizes each looks best at with regards to webpages. Something that I can blindly follow when making the first draft of a site. Anyone want to share a link to such a thing?
There are lots of links, and a lot of them are crap (for example, most suggest garamond and helvetica). Here are my suggestions: sans: "font-family: Arial, Verdana, Tahoma, sans-serif;" serif: "font-family: Georgia, 'Times New Roman', Times, serif;" mono: "font-family: 'Courier New', Monaco, monospace;" Always remember to put the generic font type ('sans-serif', 'serif', 'monospace') at the end so browsers have somet…
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#29Does this problem still occur when you use even higher-resolution screens, like the "Retina" display?
It's worth noting that it doesn't really matter though. Most iPhones are pre-retina, and this will be the case for at least several years. So I can't think of a medium where it's okay to assume this level of screen resolution. The author's point still holds.
Re: Design For Hackers: Why You Don't Use Garamond on The Web
#30The article mentions Google Font API and Typekit as sources of fonts online, but there's another option that's worth looking at: The Open Font Library ( http://openfontlibrary.org/ ) The fonts hosted there are free (both as in beer and as in freedom). It's interesting to see how they apply the concepts around free software to another medium, like fonts.
They also package them up as @font-face with all the variations needed. I would be warned though, font rendering varies so greatly, that unless you test extensively, most will not be good enough for anything but headings.