I am trying to pull a font file using @font-face but firefox does not pick up the font and it gives this error status=2147746065. it doesn’t really tell me what is wrong. Does anyone know what this means?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m fairly certain it just means that the font could not be obtained.
I recently fixed this issue by ensuring the font was on the server (Visual studio had an incorrect build type on the font; it should have been ‘Content’.
I also needed to set up a mime type in IIS as
application/x-font-woff .woff
or put it in your web.config as
Also note that this mimeType is not recognised as a standard at present.