You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quick question using custom fonts with webfontloader.
After setting @font-face in src/index.css and installed Webfont and loaded in src/index.js
It worked fine in local machine. however, it went through the build pipeline and on my dev server,
it throws error
'''
MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
'''
Is there way that i bypass the build process errors?
Please help!
The text was updated successfully, but these errors were encountered:
Hi,
I have a quick question using custom fonts with webfontloader.
After setting @font-face in src/index.css and installed Webfont and loaded in src/index.js
It worked fine in local machine. however, it went through the build pipeline and on my dev server,
it throws error
'''
MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
'''
Is there way that i bypass the build process errors?
Please help!
The text was updated successfully, but these errors were encountered: