Font Source_Sans_Pro not supported on version 13.4.12, but supported on 13.4.2 #53224
Open
1 task done
Labels
bug
Issue was opened via the bug report template.
Font (next/font)
Related to Next.js Font Optimization.
linear: next
Confirmed issue that is tracked by the Next.js team.
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
Font optimization (next/font)
Link to the code that reproduces this issue or a replay of the bug
doesn't apply
To Reproduce
This is the path of the file that contains the font export
/node_modules/next/dist/compiled/@next/font/dist/google/index
Describe the Bug
The named export Source_Sans_Pro doesn't exist anymore on version 13.4.12
I use [email protected]. Since I use the font Source_Sans_Pro, the update to 13.4.12 implies a breaking change for me. Shouldn't the last digit of the versioning mean non-breaking changes?
Expected Behavior
/node_modules/next/dist/compiled/@next/font/dist/google/index
Shouldn't stop having the font on a non-breaking version changeWhich browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1480
The text was updated successfully, but these errors were encountered: