As tisuchi stated, Laravel looks to the public directory for assets to serve unless you customize the paths. The preferred way of using mix.sass() is to import all necessary files and fonts (I usually link to the fonts in the index.html page) that you require into app.scss (or whatever you want to call it). Then you run: