diff --git a/src/styles/global.style.ts b/src/styles/global.style.ts index defcdbc..854465f 100644 --- a/src/styles/global.style.ts +++ b/src/styles/global.style.ts @@ -9,5 +9,6 @@ export const GlobalStyle = createGlobalStyle` height: 100%; margin: 0; padding: 0; - } + font-family: sans-serif; + }, `;