Skip to content

Commit c2d8e55

Browse files
committed
add subsets'
1 parent 972a8d8 commit c2d8e55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/app/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ import { Libre_Baskerville } from "next/font/google";
1313
const baskervilleItalics = Libre_Baskerville({
1414
weight: "400",
1515
style: "italic",
16+
subsets: ["latin"],
1617
});
1718

1819
const baskervilleItalicsBold = Libre_Baskerville({
1920
weight: "700",
2021
style: "italic",
22+
subsets: ["latin"],
2123
});
2224

2325
const baskerville = Libre_Baskerville({
2426
weight: "400",
27+
subsets: ["latin"],
2528
});
2629

2730
export default function App() {

0 commit comments

Comments
 (0)