diff --git a/src/styles/mui-theme.ts b/src/styles/mui-theme.ts index ff5ace9a3..1012dfffb 100644 --- a/src/styles/mui-theme.ts +++ b/src/styles/mui-theme.ts @@ -66,6 +66,9 @@ export const createMuiThemev1 = (theme: Partial = {}) => { disabled: theme.disabledTextColor || blueGrey[800], disabledBackground: theme.disabledBackgroundColor || grey[300] } + }, + typography: { + fontFamily: "Karla" } }); };