Custom font files are not added to dist [solved]

I downloaded a custom font from IcoMoon and put the font files in /assets/fonts then I added the @font-face block to my css but somehow the font files are not added to /dist when building with gulp. What am I doing wrong?

Just solved this myself. Had to stop the watch process that was running and start it again for gulp to pick up the newly added font files. Sorry guys.

Thank you for replying with your fix :slight_smile: