View Full Version : Font code


spypaparika
09-07-2004, 09:36 PM
My site http://www.freewebs.com/spypaparika/cool.htm has a downloaded font. If you look at my css code I did it right. I downloaded WEFT went through the wizard, and it wouldn't embed my fonts. Can I have help for this neverending problem?

Monkey Bizzle
09-07-2004, 11:20 PM
It doesn't work cause you did it wrong...

get rid of this

src : url("http://www.freewebs.com/spypaparika/stalker.tff")

from what I can see, you have it in your CSS 3 times.

did the WEFT program create an EOT file?

Monkey Bizzle
09-07-2004, 11:31 PM
add this to your CSS

@font-face
{font-family: exact font name;
src: url(exactnameoffile.eot); }

if the name of the font is "this is cool 1234efrt456" then you need all that crap with the numbers in the file name everwhere that you want to use that font... "this is cool" will not work because that isn't the file name. then, in the body section and other sections of you CSS where you specify a font, just put the exact font name and that should work... please let us know if you have any problems...

spypaparika
09-08-2004, 01:08 AM
#1 WEFT Won't create an eot files for my files. It comes up red b/c of the number of characters. #2 I use 3 different fonts. #3 That was the exact name

Monkey Bizzle
09-08-2004, 02:10 AM
#1 WEFT Won't create an eot files for my files. It comes up red b/c of the number of characters. #2 I use 3 different fonts. #3 That was the exact name
well, i guess you are Watch you language, even if it is abbreviated. - Mod.OL then cause you need the EOT file.