Just started using t3. Is this a bug?
Font feels incorrect. I only setup frontend
Using Ubuntu 22.04
1 Reply
Just go into your tailwind.config.ts and remove the "var(--font-sans)", from the sans array
That is happening because the lack next/font/google in the pages folder
another option is to add next/font/google to the _app.tsx