eLLo.
Ich hab' eine Schriftart als *.ttf am Server und möchte die Einbinden, folgendermaßen:
Funktioniert im FF, aber im IE nicht - weiß wer eine Lösung, wo's bei beiden Funktioniert?PHP-Code:<html>
<head>
<LINK REL=fontdef SRC="gross.ttf"></LINK>
<STYLE TYPE="text/css">
@font-face {
font-family: 'gross';
font-style: normal;
font-weight: normal;
src: url(gross.ttf);
}
</STYLE>
</head>
<body>
<font face="gross">Hallo</font>
</body>
</html>
Finde leider in Google nichts.


LinkBack URL
About LinkBacks




Zitieren

Lesezeichen