Help -- CSS2 Embedding External Font Problem

Hi to everyone,
I am having a problem and it is embedding a font using an external
source.

What am I doing wrong?  Here is the code

<style type="text/css">
<!--
	@font-face {
		font-family: "Tango BT";
		src: url(http://mysite/siteDirectory/)
				}
	 .title {
		  font-family: "Tango BT";
          	              font-size: 150px;
		  font-weight: 700;
                          text-indent: 10px;
		  vertical-align: top;
                          color: green;
                          background: #FFFFFF;
            	  line-height: 0px;
     }
....etc.

All other properties work and I see that it is downloading the TTF File
but it doesn't
look like the font, but the fallback font Times Roman.

Anybody have an idea, YES I did check it with the W3 Validator but it
said I should
use Generic-Fonts as a last resort.  Is Tango BT a Generic Font?

Thanks for your time and help.

Corey
cm@schweickert.de

Received on Friday, 28 August 1998 12:58:42 UTC