6 lines
91 B
SCSS
6 lines
91 B
SCSS
@layer vuetify-overrides {
|
|
code, pre, .v-code {
|
|
font-family: var(--font-mono);
|
|
}
|
|
}
|