I am developing an app using Vue + Electron and im facing an issue using custom fonts. When running the app in web mode, the icons used with the custom font show ok. But when i build the app using electron-builder, the icons/custom font are not loaded.
I import the custom font in the index.html head tag and the custom fonts are located in src/renderer/assets/fonts folder.
Any help Thanks