barbar/vortigern

Fonts are getting bundled but not served to client in debug mode

bherila opened this issue · 1 comments

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?