الملفات
ci_cd_repo/src/theme.js
2025-05-09 21:06:20 +03:00

10 أسطر
196 B
JavaScript

import { createTheme } from '@mui/material/styles';
const theme = createTheme({
typography: {
fontFamily: 'INTER', // الخط الافتراضي هو INTER
},
});
export default theme;