Cross-Browser-Schriftart/ - Farbe Probleme - Chrome/Safari

Hoffe mir kann jemand helfen, was ich vielleicht falsch mache, da mein css (style) für die website alles sieht gut aus in Firefox, aber in Chrome und Safari, meine Schriften kommen aus der Suche die schwarze Farbe anstelle der grauen Farbe, wie es ist, in Firefox.

Kann mir jemand pls helfen, warum die Schriftarten/Farben sind unterschiedlich in Safari und Chrome sieht es aus wie schwarz und Fett.

Header-Stil, den ich verwende innerhalb meiner content-div, also:

#content {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #333;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #990;
    border-bottom-color: #990;
    border-left-color: #990;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFF;
    width: 973px;
    text-align: left;
    display: block;
    background-image: url(images/bgcontent.jpg);
    background-repeat: repeat;
}


h1 {
    font-family: "Lucida Grande";
    background-color: transparent;
    height: 20px;
    width: 650px;
    color: #FF9904;
    font-size: 36px;
    text-align: left;
    float: none;
    vertical-align: top;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    letter-spacing: normal;
    margin: 0;
    padding: 0.5em 0;
}

Ich auch diesen link gefunden, über Google Chrome, ich.e über die Verwendung:

@charset "xxx"

http://www.google.com/chrome/intl/en/webmasters-faq.html#fontspecs

Dank.

  • möchten Sie vielleicht nach ein paar code-Beispiele
  • Hinzugefügt haben, nötigen Stil für den main-content-div, wo die Schriftarten/ - Farben nicht richtig im Chrome/Safari.
InformationsquelleAutor tonyf | 2010-03-11
Schreibe einen Kommentar