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

Commit 3778922

Browse files
author
Manuel Proß
committed
fix(web): remove weights from font because it is a variable font
1 parent 627a0ec commit 3778922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const params = {
1515
},
1616
};
1717

18-
const firaCode = Fira_Code({ subsets: ["latin"], weight: ["400", "600"], display: "swap", variable: "--font-fira" });
18+
const firaCode = Fira_Code({ subsets: ["latin"], display: "swap", variable: "--font-fira" });
1919

2020
export const metadata: Metadata = {
2121
title: "Vim Landing Page",

0 commit comments

Comments
 (0)