hi! This video is great! is there a way for me to see which google fonts are available through nextjs vs. which ones I would need to download and import myself?
Glad you liked it! I am afraid there isn't a comprehensive list of the fonts that are supported. So what I would recommend doing at the moment is just browsing google fonts site and when you find a font you like, try importing it from next/font/google and see if it works. I know this isn't ideal way but that's the best way I know so far.
thank you so much, and there's chatGPT still suggesting to import url() method
Glad it helped!
hi! This video is great! is there a way for me to see which google fonts are available through nextjs vs. which ones I would need to download and import myself?
Glad you liked it! I am afraid there isn't a comprehensive list of the fonts that are supported. So what I would recommend doing at the moment is just browsing google fonts site and when you find a font you like, try importing it from next/font/google and see if it works. I know this isn't ideal way but that's the best way I know so far.
how to use the different font weights???? like font -[fontName]-weight. doesn't work for me
please can you make videos about payload cms with nextjs?
Im planning for creating content around nextjs and some headless cms! Any specific topics / tutorials regarding those that you’d like to see?
What if font is hosted somewhere else e.g s3, cloud front
It shouldnt be a problem, the fonts are downloaded in build time!