@font-face doet raar

Status
Niet open voor verdere reacties.

ottermannetje

Gebruiker
Lid geworden
20 okt 2012
Berichten
89
hallo iedereen,
ik heb een paar hele vreemde dingen met @font-face in css3
ik heb de code van die squirrel site (weet de naam niet meer precies maar kom het veel tegen)
alleen het rare is dat hij het wel in ie doet maar niet in chrome, firefox enzo. de w3c validator keurt hem ook gewoon helemaal goed.
weet iemand wat er fout is?
Code:
@font-face {
    font-family: 'comfortaaregular';
    src: url('comfortaa-regular-webfont.eot');
    src: url('comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('comfortaa-regular-webfont.woff') format('woff'),
         url('comfortaa-regular-webfont.ttf') format('truetype'),
         url('comfortaa-regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaabold';
    src: url('comfortaa-bold-webfont.eot');
    src: url('comfortaa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('comfortaa-bold-webfont.woff') format('woff'),
         url('comfortaa-bold-webfont.ttf') format('truetype'),
         url('comfortaa-bold-webfont.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

alvast bedankt
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan