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, FelixReceived on Thursday, 27 October 2005 06:14:28 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 1 October 2008 10:18:50 GMT