Skip to content
Snippets Groups Projects
Unverified Commit 085767de authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Revert "Fix default font in mantine (#41858)" (#41968)

* Revert "Fix default font in mantine (#41858)"

This reverts commit 131594bc.

* define font fallbacks
parent 39ba5192
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ export const getThemeOverrides = (): MantineThemeOverride => ({
},
},
},
fontFamily: "var(--mb-default-font-family), sans-serif",
fontFamilyMonospace: "Monaco, monospace",
focusRingStyles: {
styles: theme => ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment