Skip to content

Commit c6aeb4d

Browse files
authored
Merge pull request #13863 from ethereum/rm-dup-font-import
chore: remove duplicate font import
2 parents d91b1be + 9f30f7e commit c6aeb4d

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)