I am creating a site on which we plan to use our own font (using @ font-face) for all the text on the site, and not just for the headers. I already integrated the custom @ font-face font into another header-only site, which works great, but I'm a little worried about performance (especially rendering) when using webfont for everything. Especially in IE, because you need this hack to fix anti-aliasing problems in IE7 and IE8.
Does anyone have experience (or even better: test results) when deploying a large website using the @ font-face font for all fonts?
Update . I've been using web fonts for body text for over a year now and I have not seen performance issues.
source
share