I’d like to override Vuetify’s typography classes, is there a way to do it?
A solution could be to create my own classes inside the main.css, but I wanted to use the same names used by Vuetify like text-h1
, text-h2
, etc.
I’d like to override Vuetify’s typography classes, is there a way to do it?
A solution could be to create my own classes inside the main.css, but I wanted to use the same names used by Vuetify like text-h1
, text-h2
, etc.