Fonts not appearing in my network tab but getting no errors in my code

I'm using vite as a build tool What could be wrong in my code or set up, I have attached the image
2 Replies
Rowe2ry
Rowe2ry15mo ago
I'm not familiar with vite other than a small Nuxt3 project I did with it preconfigured for me. Using webpack, I'd make sure that your rel pathing is pointing in the right place. It is possible vite is putting your assets in some sort of distribution folder that would be better to reach with an absolute path.
interactive-harp
interactive-harp15mo ago
👍