font.myfont
{
font-file: "myfontfile.ttf";
or font-family: "myfontfile.ttf";
font-size: 16pt;
}
Can you help me?
THX
Kai
@font-face
{
font-family: "My_font";
src: url(../unsteady.ttf);
}
BODY
{
font-family: "My_font";
}
"Kai Gillmann" <Kai...@GMX.net> schrieb im Newsbeitrag
news:b16afb$t3s$03$1...@news.t-online.com...
@font-face { font-family: "My Font";
src:url("http://cosmech.tripod.com/University.eot")}
h1 { font-family: My Font, Times }
Regards
Cosme
"Kai Gillmann" <Kai...@GMX.net> wrote in message
news:b16i2a$s98$04$1...@news.t-online.com...