Proximanova Font and (404) file not found errors

0
We see (404) File not found - fail to load resource: ... errors related to the proximanova-*-webfont.woff references occuring in our Mendix 6.7.1 web application.  Is there a know resolution for these errors.. asside from ignoring them?
asked
1 answers
0

Looks like your stylesheet refers to a font file that doesn't exist.

  • In your project's theme folder, you probably have a lib.css file at ./styles/css/lib/.
  • Open that and find the references to proximanova-*-webfont.woff. They likely use a relative path to point to a directory
  • Your proxima nova font files should be in your theme folder, at the same relative path from lib.css

 

I'm guessing those files are either missing or not in the right location.

answered