Embedded fonts are part of the standard, however, there is no standard for embedded fonts!
Seem like a paradox? It is.
The @font-face at rule currently only works with a Microsoft proprietary .eot embedded font format. You can obtain the software necessary to convert fonts installed on your OS to web-embeddable fonts from here:
http://www.microsoft.com/typography/...ame=%20&fsize=
Another solution exists, which works in Gecko and MSIE, AKAIK, and this is the pfr format. This requires their plugin to be installed and does not use the @font-face at rule provided by CSS.
http://www.truedoc.com/webpages/intro/index.html
The problem with embedded fonts is there is no standard embedded font file format!
So, if you're using the MS solution and have followed the instructions for referencing the .eot file, all you have to do is reference that font by its normal name in the font-family property. You'll only see the embedded font on the webpage in question if that font isn't already installed on the computer.
HTH!
Regards,
Rich
--
[
http://www.smilingsouls.net]
[
http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail