Posted by:
towerofpower Kai,
I use Cascading Style Sheets for the complete design, and define the usage of all fonts within those style sheets. Thus, I don't use the fontface tag anywhere within the code.
My second posting, which mentions the fontface tag, was a reply to a question whether the original source font (truetype) would be OK. I checked that with Wordpad _and_ by means of using the fontface tag in a piece of ordinary HTML code. _That_ HTML code does _not_ use CSS and it does _not_ instruct Internet Explorer to download embedded fonts.
This way MSIE checks whether it finds that particular font in the Windows fonts directory. And, if it does so, it will use that TrueType font from the fonts directory.
Strangely, the special characters of the source TT font display correctly with Wordpad, but they don't within the browser. MSIE uses it's default font for those special characters -- no matter whether the font has been downloaded via WEFT or is installed locally as a TT font -- except for one special case: If MSIE is set to "User Defined Encoding" in the View-menu then those special characters are being displayed in the font I asked for. And that holds true for the "local" font as well as for the download-font.
That problem occurs with _all_ the TT fonts I converted so far.
When I convert those fonts with the Bitstream tool (PFR), they display fine in Navigator - including the special characters. And they display OK in any Windows application.
Maybe it's a problem related to the mapping of characters within the fonts. I have no tools to check that, and I'm not very knowledgeable about that kind of stuff anyhow.
Oliver