This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Font is not working in FireFox

  • 2 antwoorde
  • 1 het hierdie probleem
  • 9 views
  • Laaste antwoord deur 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?

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