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.
$body-font-family
1 parent 7d3f26a commit 3f61102Copy full SHA for 3f61102
packages/vuetify/src/components/VKbd/_variables.scss
@@ -1,6 +1,8 @@
1
+@use '../../styles/settings';
2
+
3
// VKbd
4
// Kbd elements naturally use monospace fonts, if users want to change this, they can do so by setting the font-family on the v-kbd element.
-$kbd-font-family: "Roboto", sans-serif !default;
5
+$kbd-font-family: settings.$body-font-family !default;
6
$kbd-border-radius: 4px !default;
7
$kbd-display: inline-flex !default;
8
$kbd-elevation: 1 !default;
0 commit comments