Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 3994d5d

Browse files
committed
refactor: better font
1 parent 41875d5 commit 3994d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/_document.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class MyDocument extends Document {
3838
<link rel="shortcut icon" href="/static/favicon.ico" />
3939
<link
4040
rel="stylesheet"
41-
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
41+
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700;800&display=swap"
4242
/>
4343
{/* Inject MUI styles first to match with the prepend: true configuration. */}
4444
{(this.props as any).emotionStyleTags}

src/redux/theme/darkTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { createTheme } from '@mui/material/styles';
2020

2121
const darkTheme = createTheme({
2222
typography: {
23-
fontFamily: `Helvetica Neue`,
23+
fontFamily: `"JetBrains Mono", monospace`,
2424
},
2525
palette: {
2626
mode: `dark`,

0 commit comments

Comments
 (0)