I'm trying to figure out a decent solution (especially from the SEO side) for embedding fonts in web pages. So far I have see the W3C solution, which doesn't ...
Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
...
Ok here is my challenge, I have some <h1> tags that I want to convert into a custom font and apply a gradient from left to right.
Initially I was going for ...
Either you can't do it or I'm not following what you want to do? Are you talking HTML or PHP? You can specify a font on your site, but if the user doesn't have that font in his/her ../WINDOWS/FONTS directory on Win9x systems or ../WINNT/FONTS folder on an NT/2000 system then it will display the next best font. Or am I ...