ThemeTypography Typography You can install it by typing the below command in your terminal: _10npm install @fontsource/inter or _10yarn add @fontsource/inter theme/index.js_11import { createTheme } from "@mui/material";_11_11// font variants_11import "@fontsource/inter/400.css";_11import "@fontsource/inter/500.css";_11import "@fontsource/inter/600.css";_11import "@fontsource/inter/700.css";_11_11let theme = createTheme({_11 typography: { fontFamily: "'Inter', sans-serif" },_11}); Reference https://mui.com/material-ui/react-typography/#install-with-npm (opens in a new tab) ShadowsMUI Component Override