Hallo CSS-Profis,
ich bin eben auf dieses Forum gestoßen und hoffe, dass mir jemand helfen kann! Wäre super nett!
Ich bin gerade dabei ein neues Webprojekt umzusetzen - dazu habe ich mir ein Template anfertigen lassen! Die Formatierung des Textes erfolgt über ein externes CSS!
Ich habe jetzt allerdings das Problem, dass der Firefox + Opera scheinbar eine falsche/andere Schrift als der IE anzeigt - leider bin ich mit meinem Latein am Ende und weis nicht mehr weiter!
http://www.troxxi.net/internet-explorer.gif (IE - richtige Schrift)
http://www.troxxi.net/firefox.gif (Firefox - die selbe Seite aber es wird eine andere Schrift angezeigt)
Der Code des CSS lautet folgendermaßen!
.navi {
font-family: "Trebuchet MS, Arial,";
font-size: 12px;
font-style: normal;
line-height: 23px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #f19fbf;
text-decoration: none;
}
.naviaktuell {
font-family: "Trebuchet MS, Arial,";
font-size: 12px;
font-style: normal;
line-height: 23px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #f19fbf;
text-decoration: none;
}
.content {
font-family: "Trebuchet MS, Arial,";
font-size: 11px;
font-style: normal;
line-height: 13px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: 460119;
text-decoration: none;
}
.mehr {
font-family: "Trebuchet MS", Arial, ;
font-size: 11px;
font-style: normal;
line-height: 13px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: f19fbf;
text-decoration: none;
}
.dach {
font-family: "Trebuchet MS", Arial, ;
font-size: 12px;
font-style: normal;
line-height: 12px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFFFFF;
text-decoration: none;
}
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: normal;
font-weight: normal;
text-transform: none;
color: a2808c;
text-decoration: none;
}
.strich_footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: normal;
font-weight: normal;
text-transform: none;
color: a2808c;
text-decoration: none;
}
.dachunterseite {
font-family: "Trebuchet MS", Arial, ;
font-size: 15px;
font-style: normal;
line-height: 12px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: ac355e;
text-decoration: none;
}
Weis von Euch jemand woran das liegt? Die Schrift soll im Firefox genau wie im IE ausehen! In den Einstellungen von Firefox steht, dass die Schrift - wenn nichts anderes angegeben ist - in Times New Roman angezeigt wird und genau das scheint der Firefox auch zu machen - dass heißt dann doch aber, dass der Firefox das CSS komplett ignoriert!
Ich würde mich sehr freuen wenn jemand voN Euch da mal rüberschauen würde - ich kann nämlich im Moment nicht weiter arbeiten da ich erst dieses problem lösen muss!
Ich freue mich auf eine Antwort!
Gruß Matthias