Embedding fonts in an HTML Signature

  • Thread starter Thread starter boe
  • Start date Start date
B

boe

I tried using an MS tool called WEFT which lets you embed fonts in HTML's.
I created an HTML that works fine when I put it on a web server as far as
embedding the font but when I used the html as a signature template, it
doesn't include the source code for embedding the fonts.
 
In the original signature.htm, I have code like <SCRIPT>
document.writeln("<style> @font-face
{font-family:Some;src:URL('http://fullPath/Some.eot')}</style>"); </SCRIPT>
And if I go to that HTM on my web site, it works fine but when I use htm as
a template in Oultook, I believe the code is stripped before the message
sends because the signature file appears in converted text even though going
to the web page, the text appears fine.

I'm testing it on a computer that doesn't have the font installed although
the EOT files are residing on my web page.
 
Back
Top