Hey also das mit dem @font-face funktioniert wunderbar in Mozilla,opera und im Safari. Allerdings bekomm ich es nicht im Explorer und im Netscape hin.
Dort steht ja das es eine .eot Datei sein muss. Diese habe ich auch entsprechend formatiert aber eine anzeige bekomm ich nicht.
@font-face { // Firefix,safari,Opera
font-family: "Bickham Script Pro";
src: url("bickhamscriptpro-regular.otf");
}
@font-face { // für den IE und Netscape.
font-family: "Bickham Script Pro2";
src: url("bickhamscriptpro-regular.eot");
}
.x {
font-family:Bickham Script Pro, Bickham Script Pro2;
font-size:30px;
}
Habe ich vieleicht einen Syntax fehler? oder ähnliches?
Wenn nicht weiß ich auch nicht weiter. Habe meine Datei schon 10 mal neu konvertiert oO