If I want to use a specific font, which, as I know, is not available on most user computers

If I want to use a specific font that I know is not available on most user computers, is it possible to insert the font into my website in some way? I switched to some website using special fonts as text, but not as an image. I wonder how it works.

Thanks Mayur

+6
java html css
source share
2 answers

I have not tried this myself, as it was just announced recently. But now it looks like a good alternative.

WebFont Loader: http://code.google.com/apis/webfonts/docs/webfont_loader.html

And this: Google Fonts API http://code.google.com/apis/webfonts/docs/getting_started.html

+1
source share

There are several other alternatives that have not yet been mentioned.

For example, Cufon and sIFR . Cufon is based on Javascript and sIFR is based on Flash

0
source share

All Articles