Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with @font-face Re: Problem with @font-face

#93535
BranCook
Participant

Thank you for the suggestions. I went ahead and downloaded the kit from Font Squirrel and used the CSS directly from that which is:

@font-face {
font-family: ‘ChunkFiveRegular’;
src: url(‘Chunkfive-webfont.eot’);
src: url(‘Chunkfive-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘Chunkfive-webfont.woff’) format(‘woff’),
url(‘Chunkfive-webfont.ttf’) format(‘truetype’),
url(‘Chunkfive-webfont.svg#ChunkFiveRegular’) format(‘svg’);
font-weight: normal;
font-style: normal;
}

This seemed to work perfectly.