From 036eecd1564465ba1f5dfaa33553fcbfb92c043f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 4 Sep 2022 21:43:15 +0200 Subject: refactor(frontend): Inter font Use a variable font to reduce the number of files to be deployed --- subprojects/frontend/src/theme/ThemeProvider.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx') 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' { } const typography: TypographyVariantsOptions = { + fontFamily: + '"InterVariable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif', + fontWeightMedium: 600, fontWeightEditorNormal: 450, fontWeightEditorBold: 650, editor: { -- cgit v1.2.3-54-g00ecf