Hi Dave,
Dave Austin wrote:
font-family: "Times Roman";
I would change this to a name w/o a space to get things started. 'Foo' has always worked well for me ;)
src: url("C:\batik\times.ttf");
So first off I thought your problems were on a linux Dist what are you doing using C:? Second I would take Tonny's advice and move the ttf to the same directory as the svg file and use a relative path: src: url(times.ttf)
This should work!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]