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

#110893
dickippel
Member

Same problem here (FF 15.0.1):

showed de correct font;

did’nt.
adding !important solved it.

{
font-family: ‘myfont’ !important;
}