Skip to content

Commit

Permalink
remove now-redundant global font style
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky committed Dec 15, 2024
1 parent aecf15f commit 73013b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ const MyApp: FC<AppProps> = ({Component, pageProps}) => {
<title>STROM</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
{/* ak pouzijeme vsade <Typography>, nemuseli by sme mat takyto globalny styl... ale je to teda
safe a krajsie, nech kazdy maly (aj debug) textik je aspon nasim fontom a ne v Times :D
source: https://nextjs.org/docs/pages/building-your-application/optimizing/fonts#apply-the-font-in-head */}
<style jsx global>{`
html {
font-family: ${theme.typography.fontFamily};
}
`}</style>
<AlertContainer.Provider>
<ReactQueryProvider>
<ReactQueryDevtools />
Expand Down

0 comments on commit 73013b6

Please sign in to comment.