diff --git a/frontend/src/App.js b/frontend/src/App.js index 4089c63..ce42bdb 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -6,6 +6,9 @@ function App() { palette: { mode: 'dark', }, + typography: { + fontFamily: 'Poppins, sans-serif', + }, }); return (