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
Having a little trouble getting the fonts to load when running the site in debug mode. I'm importing them via a CSS file which is required from the vendor/index.ts file.
The fonts are getting copied into the build folder by webpack.
But, they're not rendering in the page because the resources aren't being loaded (I checked the Network requests panel in Chrome).
I'm at a roadblock in terms of where to look/how to fix this. Any pointers/ideas?
The text was updated successfully, but these errors were encountered:
Having a little trouble getting the fonts to load when running the site in debug mode. I'm importing them via a CSS file which is
require
d from the vendor/index.ts file.The fonts are getting copied into the build folder by webpack.
But, they're not rendering in the page because the resources aren't being loaded (I checked the Network requests panel in Chrome).
I'm at a roadblock in terms of where to look/how to fix this. Any pointers/ideas?
The text was updated successfully, but these errors were encountered: