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

Commit 8d7867a

Browse files
author
Manuel Proß
committed
feat(web): add self hosting for fira font
1 parent a827530 commit 8d7867a

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

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

0 commit comments

Comments
 (0)