chore: change the font to montserrat
This commit is contained in:
15
src/theme.jsx
Normal file
15
src/theme.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
// src/theme.js
|
||||
import { createTheme } from '@mui/material/styles';
|
||||
|
||||
const theme = createTheme({
|
||||
typography: {
|
||||
fontFamily: 'Montserrat, sans-serif',
|
||||
},
|
||||
palette: {
|
||||
text: {
|
||||
primary: '#26201A',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
||||
Reference in New Issue
Block a user