• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

[ERLEDIGT] Umlaute sind ineinander

Aaron3219

Senior HTML'ler
Hey ich hab mal ne Frage.
Folgender Css Code
Code:
html, body {
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Calibri, Candara, Segoe, Arial;
    cursor: default;
}

@font-face{
    font-family: "Century Gothic";
    src: url('Century-Gothic.otf');
}

Warum sind die Umlaute so komisch ineinander.
http://chor-cantissimo.com/Rainer/index.html#scroll3

Gibt es da einen Grund für?
Wenn ich das @font-face wegnehme ist es übrigens nicht mehr so.
Oder kann ich das @font-face weglassen?

Danke schon mal im Vorraus.
 
unbenannt.png


Komisch :/
Google Chrome neueste Version.

Naja ich lese mir deine Links mal durch.
Danke auf jeden fall
 
Gibt es denn bei den Google Fonts nichts vergleichbares? Die funktionieren immer und das auch mit Direktverlinkung .
 
Es gäbe Muli. Aber nachdem ich es ausprobiert habe, sieht es noch lange nicht so schön aus wie Century Gothic.

EDIT:
Doch gibt es:
Didact Gothic
HTML:
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Didact+Gothic" />
 
Zuletzt bearbeitet:
Zurück
Oben