On Wed, 15 Nov 2006 18:39:07 +0100, James C. Deering <[EMAIL PROTECTED]> wrote:
> I have a page that to my knowledge should not display in native SVG > browsers, but it seems > to display on my machine. It shouldn't? Why not? > http://www.deerring.com/gfonts.svg > > Checked with Webkit, Firefox and Opera, could someone verify this for me? Sure, it looks ok I guess, but @font-face is not supported in Opera so that font is replaced by a default font. And if your target audience doesn't have the correct fonts installed it will look slightly different. If you want a custom font I suggest making an SVGFont and to remove @font-face. You can use a <font-face-uri> element to reference an external svgfont, or you can include it in the same svg file that uses it. > Is this just an anomaly on my machine?, or if it does display on other > machines, can someone > tell me why it does? and why Firefox only displays the graphic font but > not the text font? FF doesn't support @font-face either AFAIK. /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

