Bonjour la communauté, je vous expose mon problème.
Sur mon portfolio http://www.premiumorange.com/mrg.design/index.html j'utilise des fonts exotiques générées par font squirrel, sur Firefox, Chrome et Safari tout est clean a part Internet Explorer 6.Je suis passé sur plusieurs forums mais lorsque je suis à la lettre ce que les autres ont fait ça ne fonctionne pas pour moi et à vrai dire je ne sais plus quoi faire je vous donne une partie du css vous me direz ce que vous en pensez est ce qu'il serait possible de proposer un code propre s'il vous plait?

Extrait de code:
/*--------------------------------------------------------------------------------------------------------------------
FONT FACE
-------------------------------------------------------------------------------------------------------------------- */

@font-face {
font-family: 'DIN1451StdMittelschrift';
src: url('font/dinmittelschriftstd-webfont.eot');
src: url('font/dinmittelschriftstd-webfont.eot?iefix') format('eot'),
url('font/dinmittelschriftstd-webfont.woff') format('woff'),
url('font/dinmittelschriftstd-webfont.ttf') format('truetype'),
url('dinmittelschriftstd-webfont.svg#webfontHYrq5cwg') format('svg');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'DIN1451StdEngschrift';
src: url('font/dinengschriftstd-webfont.eot');
src:local('font/dinengschriftstd');
src: url('font/dinengschriftstd-webfont.eot?iefix') format('eot'),
url('font/dinengschriftstd-webfont.woff') format('woff'),
url('font/dinengschriftstd-webfont.ttf') format('truetype'),
url('font/dinengschriftstd-webfont.svg#webfontxIqfCek2') format('svg');

font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'DinCRegular';
src: url('font/dinc-webfont.eot');
src: url('font/dinc-webfont.eot?iefix') format('eot'),
url('font/dinc-webfont.woff') format('woff'),
url('font/dinc-webfont.ttf') format('truetype'),
url('font/dinc-webfont.svg#webfontcUIqmBaI') format('svg');
font-weight: normal;
font-style: normal;
}