Support for font-face

Hi all,

As part of one of my action items from last call, I just tested the  
support for font-face with the following (with the font files in the same  
directory as the html file):

<html><head><title>font-face</title>
<style type="text/css">
  @font-face { font-family:Myfont; src:url(myfont.eot), url(myfont.pfr); }
</style>
</head>
<body>
<p style="font-family:Myfont; font-size:64pt;">Text in myfont.</p>
</body></html>

It did not work for IE (6.02), Firefox (1.07) or Opera (8.5).

I will continue on this.

Best,

Felix

Received on Thursday, 27 October 2005 06:14:28 UTC