How to edit vuetify 3 default typography styles?
I want to edit the default typography of vuetify 3, in which it’s defined in a variables.scss file that is shown below inside the package itself. $typography: map-deep-merge( ( ‘h1’: ( ‘size’: 6rem, ‘weight’: 300, ‘line-height’: 6rem, ‘letter-spacing’: -.015625em, ‘font-family’: $heading-font-family, ‘text-transform’: none ), ‘h2’: ( ‘size’: 3.75rem, ‘weight’: 300, ‘line-height’: 3.75rem, ‘letter-spacing’: -.0083333333em, ‘font-family’:… Read More How to edit vuetify 3 default typography styles?