Jens: css und downloadbarer Font

Beitrag lesen

Mit:

<STYLE TYPE="text/css">
    @font-face { font-family: DownloadFont; src:url(http://www.domain.de/DownloadFont.ttf) }
    .txt { font-family:DownlaodFont }
</STYLE>

kann ich ja unter IE4 einen Font zum Download angeben.

Funzt das auch unter Netscape???
Bei mir jedenfalls nicht.

Jens