Spelunking-Studios / The-Caverns-Website

Inconsistent font-display for Google Fonts JS-W1009
Anti-pattern
Minor
1 occurrence in this check
Display parameter is missing. See https://nextjs.org/docs/messages/google-font-display
15	return (
16		<div>
17			<NextNProgress options={{ showSpinner: false }} showSpinner={false} color={`${theme == "dark" ? "#1d4ed8" : "#3b82f6"}`}/>
18			<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />19			<link rel="preconnect" href="https://fonts.googleapis.com"/>
20			<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="true"/>
21			<link href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Cinzel:wght@900&family=Raleway&family=Titillium+Web&display=swap" rel="stylesheet"/>