Skip to content

Commit 3d55dcf

Browse files
committed
Show the other fonts that can be prefetched
1 parent 3a9e1b3 commit 3d55dcf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/test/frameworks/next/pages/_app.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ export function App({ Component, pageProps }: AppProps) {
2626
export default withDsfr(App, {
2727
"defaultColorScheme": "system",
2828
"preloadFonts": [
29-
"Marianne-Bold",
29+
//"Marianne-Light",
30+
//"Marianne-Light_Italic",
3031
"Marianne-Regular",
31-
"Marianne-Medium"
32+
//"Marianne-Regular_Italic",
33+
"Marianne-Medium",
34+
//"Marianne-Medium_Italic",
35+
"Marianne-Bold",
36+
//"Marianne-Bold_Italic",
37+
//"Spectral-Regular",
38+
//"Spectral-ExtraBold"
3239
]
3340
});

0 commit comments

Comments
 (0)