Skip to content

Commit 9f30f7e

Browse files
committed
chore: rm duplicate font import
1 parent 2e64e47 commit 9f30f7e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/ThemeProvider.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ const ThemeProvider = ({ children }: Pick<ThemeProviderProps, "children">) => {
3838
colorModeManager={colorModeManager}
3939
resetCSS={false}
4040
>
41-
{/* TODO: Can these CSS Vars be moved to `global.css`? */}
42-
<style jsx global>
43-
{`
44-
:root {
45-
--font-inter: Inter, sans-serif;
46-
--font-mono: "IBM Plex Mono", Courier, monospace;
47-
}
48-
`}
49-
</style>
50-
5141
{children}
5242
</ChakraBaseProvider>
5343
</NextThemesProvider>

0 commit comments

Comments
 (0)