How to set the Quasar default font size
-
How to set the Quasar default font size
-
@七分醒 You can override sass variables in your
quasar.variables.sass
file. https://quasar.dev/style/sass-scss-variables#Variables-listIn this case, I think you’d add something like this:
$body1: (size: 1.2rem, line-height: 1.5rem, letter-spacing: .03125em, weight: 400)