Hallo,
habe Typekit implementiert und soweit läuft auch alles. Die gewünschte Schriftart wird richtig dargestellt.
Nur im Hauptmenü ist eine falsche Schriftart:evil:
Weiss jemand Rat?
Ich verwende ein Wordpress Theme : fringe-tech-premium-wordpress-theme
Meine CSS-Rules im Wordpress (Typekit) sind:
HTML
body {
font-family: nimbus-sans-condensed;
}
p {
font-family: nimbus-sans-condensed;
}
h1 {
font-family: nimbus-sans-condensed;
}
h2 {
font-family: nimbus-sans-condensed;
}
h3 {
font-family: nimbus-sans-condensed;
}
h4 {
font-family: nimbus-sans-condensed;
}
h5 {
font-family: nimbus-sans-condensed;
}
h6 {
font-family: nimbus-sans-condensed;
}
Alles anzeigen
Ich glaube, dass da noch eine class oder id fehlt?!
jobroyer