aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-04 21:43:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-06 01:05:23 +0200
commit036eecd1564465ba1f5dfaa33553fcbfb92c043f (patch)
tree1413564caf96a24111980e6f6c834079e0529898 /subprojects/frontend/src/theme/ThemeProvider.tsx
parentbuild(frontend): include TS SDK in repo (diff)
downloadrefinery-036eecd1564465ba1f5dfaa33553fcbfb92c043f.tar.gz
refinery-036eecd1564465ba1f5dfaa33553fcbfb92c043f.tar.zst
refinery-036eecd1564465ba1f5dfaa33553fcbfb92c043f.zip
refactor(frontend): Inter font
Use a variable font to reduce the number of files to be deployed
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: {