I'm using several icon fonts into my project:
- font-awesome
- devicons
- simple-line-icons
However, I don't quite figure out how to load or make available these ones into my SPA web using webpack. Obviously, they are installed using npm
...
What do I need to do in order to load them into my SPA page?
Any ideas?