We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8bea5 commit 84495a3Copy full SHA for 84495a3
1 file changed
packages/vuetify/src/styles/settings/_variables.scss
@@ -17,7 +17,7 @@ $misc: map-deep-merge(
17
$misc
18
);
19
20
-$body-font-family: 'Roboto', sans-serif !default;
+$body-font-family: var(--v-font-body, 'Roboto', sans-serif) !default;
21
$font-size-root: 1rem !default;
22
$line-height-root: 1.5 !default;
23
$border-color-root: rgba(var(--v-border-color), var(--v-border-opacity)) !default;
@@ -199,7 +199,7 @@ $font-weights: map-deep-merge(
199
$font-weights
200
201
202
-$heading-font-family: $body-font-family !default;
+$heading-font-family: var(--v-font-heading, #{$body-font-family}) !default;
203
204
$typography: () !default;
205
$typography: map-deep-merge(
0 commit comments