Skip to content
Snippets Groups Projects
Unverified Commit 064f7a8f authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Allow custom fonts in mantine components (#33271)

parent 54d1d6ad
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ export const getThemeOverrides = (): MantineThemeOverride => ({
lg: "17px",
xl: "21px",
},
fontFamily: 'Lato, "Helvetica Neue", Helvetica, sans-serif',
fontFamily: "var(--default-font-family)",
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