Hi everyone for people with recent version, my solution was
Put your custom font, here:
and load it like this for example in app.scss:
And in the quasar.conf.js, you should comment the 2 last lines like this screen:
In the documention, there is a typo, instead of path ‘./src/css/fonts/[customfont.woff]’, it should be ‘./public/fonts/[customfont.woff]’ and there sould be no dot at the beginning of the path in url e.g: url(’/blabla’) not url(’./blabla) :
https://quasar.dev/style/typography#add-custom-fonts
Hope it helps, cheers!