Gossamer Forum
Home : Products : Gossamer Forum : Testing Forum :

CSS vs @font-face

Quote Reply
CSS vs @font-face
Hello!

I'm writeing a website and want ot use a special font for that. But I can't make it works.

Here is a code:

@font-face{
font-family : 'Campaign-Normal';
src : url( 'Campaign.ttf' );
}

The file 'Campaign.ttf' is present in the current directory.

In the BODY tag you can see something like that:

<font face = "Compaign-Normal" size = "7">Welcome!</font>

But it does not work...

Where is a mistake?

Thank you...
Subject Author Views Date
Post CSS vs @font-face viva_unix 2418 Apr 28, 2003, 10:02 PM