Skip to content

Commit

Permalink
Specify subsets for Inter
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed Jul 14, 2024
1 parent aaf1a5e commit a642651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "~/styles/globals.css";

import { Inter } from "next/font/google";

const interFont = Inter({ variable: "--font-inter" });
const interFont = Inter({ subsets: ["latin"], variable: "--font-inter" });

export default function RootLayout({
children,
Expand Down

0 comments on commit a642651

Please sign in to comment.