Home › Forums › CSS › Font Face Question › Re: Font Face Question
April 10, 2013 at 5:24 am
#131217
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’);
}