Next.js Discord

Discord Forum

How can i import different font weights

Unanswered
Briard posted this in #help-forum
Open in Discord
Avatar
BriardOP
I decided to use this font but font thin and light extra light are not working

const montserrat = Montserrat({
subsets: ["latin"],
display: "swap",
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});

1 Reply

Avatar
BriardOP
??