Open imclint21 opened 1 year ago
Hi, did you verify this outside Next.js that you have a suspicion about this being a bug?
Eg.: if you visit https://fonts.google.com/specimen/Poppins can you see the same problem?
Can you clarify what you mean by "badly displayed"/"looks not good"?
Hi @imclint21, upon visiting the link you provided - https://perdu.com - which you mentioned reproduces this issue/bug, I noticed that there are no fonts or styles linked to the page elements when inspecting it.
Hi @imclint21, upon visiting the link you provided - https://perdu.com - which you mentioned reproduces this issue/bug, I noticed that there are no fonts or styles linked to the page elements when inspecting it.
You have to translate it!
I am facing the same issue. Poppins looks so bad on Ios.
I second this issue, Poppins looks terrible on iOS when imported from next. Looks normal from Google fonts.
Same here with Poppins font. When I run the my next solution locally, the font doesn't seem to load. MACOS Sonoma 14.5 (23F79) node version 22.2.0 "next": "^14.2.14"
I've tried using another google font instead of Poppins and it renders.
whereas when I use poppins the variable is undefined and not created
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://perdu.com/
To Reproduce
Describe the Bug
Hi,
I'm using nextjs with google font (@next/font), and the font I use is Poppins.
Expected Behavior
On iOS the font seems badly displayed, looks not good like in the desktop.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response