Home › Forums › CSS › Font-Face Problem with Firefox v.12 › Re: Font-Face Problem with Firefox v.12
May 31, 2012 at 2:48 am
#103618
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;
}