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

Commit

Permalink
refactor: better font
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 10, 2023
1 parent 41875d5 commit 3994d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class MyDocument extends Document {
<link rel="shortcut icon" href="/static/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700;800&display=swap"
/>
{/* Inject MUI styles first to match with the prepend: true configuration. */}
{(this.props as any).emotionStyleTags}
Expand Down
2 changes: 1 addition & 1 deletion src/redux/theme/darkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { createTheme } from '@mui/material/styles';

const darkTheme = createTheme({
typography: {
fontFamily: `Helvetica Neue`,
fontFamily: `"JetBrains Mono", monospace`,
},
palette: {
mode: `dark`,
Expand Down

1 comment on commit 3994d5d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for algoworld-swapper ready!

✅ Preview
https://algoworld-swapper-qeslvhik2-algoworldexplorer.vercel.app

Built with commit 3994d5d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.