I\'m attempting to build a .jar that contains a non-standard images and fonts, which I have added to the resource folder in my project. I am able to load them into my projec
You can create your own artifacts in the project structure:
There you can add the directory contents of the resources folder.
Press the green plus and navigate to your folder and add it.
You can then click build-> build artifacts -> build.
In my case the jar is created in ./out/artifacts folder.