mrgreen: @font-face lädt nicht

Beitrag lesen

Ich möchte per CSS eine Schrift einbinden, was leider nicht funktioniert, weder in Firefox, noch Safari oder Dolphin Mobile.
Stylesheet:

@font-face {
    font-family: 'eveleth_regularbold';
    src: url('http://leegreen.ch/fonts/evelethbold-webfont.eot');
    src: url('http://leegreen.ch/fonts/evelethbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://leegreen.ch/fonts/evelethbold-webfont.woff') format('woff'),
         url('http://leegreen.ch/fonts/evelethbold-webfont.ttf') format('truetype'),
         url('http://leegreen.ch/fonts/evelethbold-webfont.svg#eveleth_regularbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.titel{
color: #f1e176;
background: url(http://pascalgruenenfelder.ch/wp-content/uploads/bg/bg70_70bl.png);
        font-family: 'eveleth_regularbold';
font-size: 62px;
font-weight:bold;
}

Danke für eure Hilfe!