Embedding Font

I would like to embed a new font that people don't have normally.

The best solution (more compatible with all browser) is to make an image of your text with your special font.

For IE (4.0) check the WebFont technology: http://www.microsoft.com/typography/web/default.htm [broken]

For Netscape (4.01+) check PFR font: http://www.truedoc.com/webpages/FAQs/viewing_faq.html [broken]

CSS 2 technology for W3C-Standard Browser:
@font-face {font-family:'Nom Police'; src:url('fichier');}


Imbrication de police

J'aimerais inclure une nouvelle police que la majorité de mes visiteurs n'ont pas normalement. Comment puis-je faire?

La meilleure solution (celle compatible avec tout les navigateurs graphiques) est de créer des images ou des animations Flash avec votre texte en utilisant votre police spéciale.

Par ailleurs, il existe la technologie WebFont pour Internet Explorer 4 et +: http://www.microsoft.com/typography/web/default.htm [brisé]

La technologie PFR Font pour Netscape 4: http://www.truedoc.com/webpages/FAQs/viewing_faq.html [brisé]

La technologie CSS 2 pour les navigateurs conforment aux standards du W3C.
@font-face {font-family:'Nom Police'; src:url('fichier');}

Liens trouvés sur: http://members.tripod.com/~bhaavana/embedded/faq.html#21