- Technology Stack: Nuxt.js + Vuetify.js
- Problem: Unable to set global body font size
Solution Attempt: I tried to adjust the body font size to 40px in ~/assets/style/app.styl:
// Import Vuetify styling $body-font-size = 40px; @require '~vuetify/src/stylus/app.styl'
Result: Unfortunately, it didn't work as expected:
https://i.sstatic.net/wHi3P.png
Note: Similar issue is observed with
@body-font-weight
Question: Why is this happening and how can I resolve it?
Link to the problem repository: here