How can i import different font weights
Unanswered
Briard posted this in #help-forum
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"],
});
const montserrat = Montserrat({
subsets: ["latin"],
display: "swap",
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
1 Reply
BriardOP
??