aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 6f9a712e..ffb18a06 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -67,6 +67,9 @@ declare module '@mui/material/styles' {
67} 67}
68 68
69const typography: TypographyVariantsOptions = { 69const typography: TypographyVariantsOptions = {
70 fontFamily:
71 '"InterVariable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif',
72 fontWeightMedium: 600,
70 fontWeightEditorNormal: 450, 73 fontWeightEditorNormal: 450,
71 fontWeightEditorBold: 650, 74 fontWeightEditorBold: 650,
72 editor: { 75 editor: {