Re: Google fonts with cordova for Android
I did:
$quasar-dont-import-roboto = true
$quasar-dont-import-fonts = true
in app.variables.styl
and then I did:
$quasar-dont-import-fonts = true
$quasar-dont-import-roboto = true
@import '~quasar-framework/dist/quasar.mat.styl'
in app.mat.styl
/dist still contains /fonts/Roboto* though.
EDIT: Oh, I see I kinda missed the main.js tip…
I am not familiar with Stylus so I thought this is loaded by default. Thanks for the tip!
Even though I try to read up on everything it’s a hit and miss sometimes