add mui and fonts

This commit is contained in:
AmirHossein Mahmoodi
2024-01-30 11:22:28 +03:30
parent 1df5a5edb4
commit f883b9cc8e
62 changed files with 193 additions and 6 deletions

View File

@@ -2,7 +2,10 @@
import {createTheme} from "@mui/material";
const theme = createTheme({
direction: 'rtl'
direction: 'rtl',
typography: {
fontFamily: `IRANSansFaNum, sans-serif`,
},
});
export default theme