diff --git a/src/styles/theme-common.ts b/src/styles/theme-common.ts index e2b2b60..600b6da 100644 --- a/src/styles/theme-common.ts +++ b/src/styles/theme-common.ts @@ -1,7 +1,7 @@ // Extend the Theme interface const commonThemeOptions = { typography: { - fontFamily: ['Roboto'].join(','), + fontFamily: ['Inter'].join(','), h1: { fontSize: '2rem', fontWeight: 600,