schrifteneinbindung mit @font-face funktioniert nicht
Hallo,
gibt es irgendwelche Inkompatibilitäten bezüglich @font-face und theme_plus?
Bei mir werden die Schriften nicht ersetzt, obwohl die Pfade stimmen.
in meiner fonts.css steht es so drin.
Code:
@font-face
{
font-family:'Museo300';
font-weight:normal;
src: url("../fonts/museo300-regular-webfont.eot");
src: url("../fonts/museo300-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/museo300-regular-webfont.woff") format('woff'), url("../fonts/museo300-regular-webfont.ttf") format('truetype'), url("../fonts/museo300-regular-webfont.svg#Museo300") format('svg');
font-style: normal;
}
der pfad wird beim laden der Seite auch richtig in
Code:
src: url("../../tl_files/themes/fonts/museo300-regular-webfont.eot");
geändert.