I try using createMuiTheme() to clear the fontFamily
createMuiTheme()
const theme = createMuiTheme({ typography: { fontFamily: \'\', }, }); ...