Skip to content

Commit

Permalink
Update _app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Jul 25, 2024
1 parent f192ee8 commit 642ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export type NextApplicationPage<P = unknown, IP = unknown> = NextPage<P, IP> & {

// https://nextjs.org/docs/basic-features/font-optimization
const inter = Inter({ subsets: ['latin'] });
const roboto = Roboto({ weight: ['400', '500', '700'] });
const roboto = Roboto({ subsets: ['latin'], weight: ['400', '500', '700'] });

const MyApp = ({
Component,
Expand Down

0 comments on commit 642ee7c

Please sign in to comment.