From e2a627d75861e8f77f768fa3b2071c6db62afd6b Mon Sep 17 00:00:00 2001 From: Dana Lambert Date: Mon, 8 Nov 2021 17:10:50 +1300 Subject: [PATCH] Add Poppins as global font, fixes button centering issue --- frontend/src/App.js | 3 +++ 1 file changed, 3 insertions(+) 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 (