Base solution for your next web application
Open Closed

Missing fonts #7542


User avatar
0
wizgod created

Greetings Programs!

I'm running Core 2.2 + Angular 8 and in Chrome's debug console, I am receiving the following 404 errors for fonts.

I'm assuming I haven't added some package; any idea what I should be doing?

Thanks,

Wg

main.d45e8a8dadab92673965.js:1 GET https://company.com/poppins-v5-devanagari_latin-ext_latin-300.01860d964547bc9d93cf.woff2 net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/fa-solid-900.418dad87601f9c8abd0e.woff2 net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/poppins-v5-devanagari_latin-ext_latin-regular.76e766753becb2b7da20.woff2 net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/line-awesome.452a5b42cb4819f09d35.woff2?v=1.1. net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/poppins-v5-devanagari_latin-ext_latin-600.0d49524ae3304f2876fb.woff2 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/poppins-v5-devanagari_latin-ext_latin-500.93553e98363f8e91ea2f.woff2 net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/open-sans-v15-latin-regular.cffb686d7d2f4682df83.woff2 net::ERR_ABORTED 404 (Not Found) main.d45e8a8dadab92673965.js:1 GET https://company.com/open-sans-v15-latin-300.60c866748ff15f5b347f.woff2 net::ERR_ABORTED 404 (Not Found) GET https://company.com/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.d26871e8149b5759f814.woff2 net::ERR_ABORTED 404 (Not Found)


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @wizgod

    I think this happens for the published app. If so, can you see those files in the root directory of your published app ?

    If that is the case, you might need to add mime type mapping to your app on IIS.

  • User Avatar
    0
    wizgod created

    Hi @ismcagdas,

    On spot! Adding the mime type mapping in IIS solved the problem.

    Thanks!

    Wg