While working on my project, I included custom .woff fonts using @font-face and stored them in my src folder. Surprisingly, the fonts displayed correctly when running the app locally. However, upon deploying the app to the live domain, Chrome and Firefox failed to load the fonts on desktop versions. Interestingly, the fonts were successfully loaded on Safari (both Desktop and Mobile), as well as Chrome and Firefox on mobile devices. I am curious to know why the desktop versions of Chrome and Firefox are not able to load these fonts. Could it be that these browsers do not support .woff font files?