Warum wird das Einbinden eigener Schriftarten in eine Website nur vom Internet Explorer unterstützt?
XML-Code:
<!DOCTYPE
HTML PUBLIC "-//
W3C//DTD
HTML 4.01//EN">
<
html><head><title>font-face</title>
<style type="text/css">
@font-face { font-family:Genuine; src:
url(genuine.ttf),
url(genuine.ttf); }
</style>
</head>
<body>
<p style="font-family:Genuine; font-size:48px">Text in Genuine</p>
</body></
html>
Gibts da einen Trick, damit das auch unter Firefox 2 funktioniert bzw. gibts eine Alternative dazu?