Google Fonts
Answered
Mini Rex posted this in #help-forum
Mini RexOP
when using the next/fonts/google module does the client fetch the fonts from google or does the server fetch the fonts and send it to the client
8 Replies
that will be directly fetched from the google servers. But you can also download it first and use localfont to load it from your own server: https://nextjs.org/docs/app/building-your-application/optimizing/fonts#local-fonts
Mini RexOP
by the client or the server
the client
Answer
Mini RexOP
yeah ill just downlad the font and use it localy
keep in mind, that the client will still fetch it
Mini RexOP
oh yea ik
but i dont want the client fetching from google
happy to help