Skip to content

Commit 6d128f7

Browse files
committed
change default tooltip font
1 parent 3566d6b commit 6d128f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/createMap/pullVuetifyStyleToShadow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const pullVuetifyStyleToShadow = (shadowRoot: ShadowRoot) => {
1515
// tooltips are technically a neighbour of the app; add missing font style
1616
const tooltipStyle = document.createElement('style')
1717
tooltipStyle.innerHTML = `.v-tooltip__content {
18-
font-family: Arial, sans-serif;
18+
font-family: sans-serif;
1919
}`
2020
shadowRoot.appendChild(tooltipStyle)
2121
}

0 commit comments

Comments
 (0)