Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Why is @font-face failing in FF 5.0? Is working fine in chrome and even IE.

  • 1 antwoord
  • 23 hebben dit probleem
  • 13 weergaven
  • Laatste antwoord van cor-el

more options

@font-face {

   font-family: 'Journal-Blog';
   src: url('http://www.adkwilds.com/fonts/journalBlog.eot');											/* IE9 Compat Modes */
   src: url('http://www.adkwilds.com/fonts/journalBlog.eot?#iefix') format('embedded-opentype'), 		/* IE6-IE8 */
        url('http://www.adkwilds.com/fonts/journalBlog.woff') format('woff'),							/* Modern Browsers */
        url('http://www.adkwilds.com/fonts/journalBlog.ttf') format('truetype');						/* Safari, Android, iOS */

/* url('http://www.adkwilds.com/fonts/journalBlog.svg#Journal-Blog') format('svg'); */ /* Legacy iOS */

   font-weight: normal;
   font-style: normal;

}

@font-face { font-family: 'Journal-Blog'; src: url('http://www.adkwilds.com/fonts/journalBlog.eot'); /* IE9 Compat Modes */ src: url('http://www.adkwilds.com/fonts/journalBlog.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://www.adkwilds.com/fonts/journalBlog.woff') format('woff'), /* Modern Browsers */ url('http://www.adkwilds.com/fonts/journalBlog.ttf') format('truetype'); /* Safari, Android, iOS */ /* url('http://www.adkwilds.com/fonts/journalBlog.svg#Journal-Blog') format('svg'); */ /* Legacy iOS */ font-weight: normal; font-style: normal; }

Alle antwoorden (1)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25