@next/font turbo t3

You might be using incompatible version of @next/font (13.4.4) and next (13.1.6). what version should i use? Also in the future where can i find the compatible versions? I ran pnpm --filter nextjs add @next/font
Solution:
You might be using incompatible version of @next/font (13.4.4) and next (13.1.6). what version should i use? Also in the future where can i find the compatible versions? I ran pnpm --filter nextjs add @next/font...
Jump to solution
10 Replies
julius
julius13mo ago
Use next/font
elpupper
elpupper13mo ago
tried that too just now
julius
julius13mo ago
Not @next/font
elpupper
elpupper13mo ago
pnpm --filter nextjs add next/font
julius
julius13mo ago
Nah it’s included in next No need for separate package
elpupper
elpupper13mo ago
julius
julius13mo ago
And update next to at least 13.2 I think Or whenever they started bundling it into next
elpupper
elpupper13mo ago
13.2 isnt with the app router right i have no clue how this worked i changed next to 13.2.0 then back to 13.1.6 and it works now after i removed @next/font
julius
julius13mo ago
not sure i understand what you mean - no next version is app router exclusive you can use both since 13.0
elpupper
elpupper13mo ago
ah didnt know havent really used it thanks my man