Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 23 have this problem
  • 14 views
  • Paskiausią atsakymą parašė 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; }

All Replies (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