Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Font is not working in FireFox

  • 2 wótegronje
  • 1 ma toś ten problem
  • 9 naglědow
  • Slědne wótegrono wót cor-el

more options

I am using Lean Symbol Font Family. I have installed fonts on my machine and set it via CSS. @font-face {

   font-family: 'Lean Status Symbols';
   src: url('../../fonts/leansymbol/LeanStatusSymbols-Regular.eot?#iefix') format('embedded-opentype'), 
       url('../../fonts/leansymbol/LeanStatusSymbols-Regular.woff') format('woff'), 
       url('../../fonts/leansymbol/LeanStatusSymbols-Regular.ttf') format('truetype'), 
       url('../../fonts/leansymbol/LeanStatusSymbols-Regular.svg#LeanStatusSymbols-Regular') format('svg');
   font-weight: normal;
   font-style: normal;

}

This working great in other browser. AS this file in same solution do no doubt on Cross Domain. We have browser console in Firefox and in other browser. We can see downloaded font file in other browser but it doesn't seem downloaded in Firefox. Can any one suggest?

I am using Lean Symbol Font Family. I have installed fonts on my machine and set it via CSS. @font-face { font-family: 'Lean Status Symbols'; src: url('../../fonts/leansymbol/LeanStatusSymbols-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/leansymbol/LeanStatusSymbols-Regular.woff') format('woff'), url('../../fonts/leansymbol/LeanStatusSymbols-Regular.ttf') format('truetype'), url('../../fonts/leansymbol/LeanStatusSymbols-Regular.svg#LeanStatusSymbols-Regular') format('svg'); font-weight: normal; font-style: normal; } This working great in other browser. AS this file in same solution do no doubt on Cross Domain. We have browser console in Firefox and in other browser. We can see downloaded font file in other browser but it doesn't seem downloaded in Firefox. Can any one suggest?

Wšykne wótegrona (2)

more options

Hi Jitendra123123 , I can suggest, since there has not been an answer yet, try mdn or stackoverflow.com

more options

Any font related errors in the Web Console (Firefox/Tools > Web Developer)?