eigene schriftart via font-face einbinden

hallo meine lieben mitdenker, ich möchte (muss :wink: für unseren shop eine eigene font via css einbinden, weiss aber nicht genau wie wo wann ich anfangen soll. habe versucht folgenden code in die framework.css [code] <!–[if IE]>
@font-face {
font-family: auto1;
src:url(“auto1-regularlf-webfont.eot”);
}

@font-face {
font-family: auto;
src:url(“auto1-black.eot”);
}

@font-face {
font-family: bradley;
src:url(“bradhit0.eot”);
}

<![endif]–> @font-face { font-family: auto1; src: url(“auto1-regularlf.ttf”); format(TrueType); } @font-face { font-family: auto; src: url(“auto1-black.ttf”); format(TrueType); } @font-face { font-family: bradley; src: url(“bradhit0.TTF”); format(TrueType); } [/code] habe die font dateien im css folder liegen, klappt aber nicht. habt ihr einen rat für mich? lg leftix