chore: change the font to montserrat
This commit is contained in:
		
							
								
								
									
										11
									
								
								src/main.jsx
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								src/main.jsx
									
									
									
									
									
								
							| @@ -1,16 +1,15 @@ | ||||
| import { StrictMode } from 'react' | ||||
| import { createRoot } from 'react-dom/client' | ||||
|  | ||||
| import '@fontsource/roboto/300.css'; | ||||
| import '@fontsource/roboto/400.css'; | ||||
| import '@fontsource/roboto/500.css'; | ||||
| import '@fontsource/roboto/700.css'; | ||||
|  | ||||
| import { ThemeProvider } from '@mui/material/styles'; | ||||
| import theme from './theme'; | ||||
| import './index.css' | ||||
| import App from './App.jsx' | ||||
|  | ||||
| createRoot(document.getElementById('root')).render( | ||||
|   <StrictMode> | ||||
|     <App /> | ||||
|     <ThemeProvider theme={theme}> | ||||
|       <App /> | ||||
|     </ThemeProvider> | ||||
|   </StrictMode>, | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz