Forums

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

Home Forums CSS Font Face Question Re: Font Face Question

#131217
Paulie_D
Member

…and what is your question?

I do think you would need more filetypes for the font to support all browsers.

I’m not up to date on this but this is a decent list.

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