Forums

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

Home Forums CSS Font-Face Problem with Firefox v.12 Re: Font-Face Problem with Firefox v.12

#103618
RSix
Member

use this, its working in FF12.x and IE9/10.x
Example: http://www.codesix.net/testunit/font.php

kind regards #Codesix.net

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

}