kittrgg / kittr

Share your video game kits with others.
https://kittr.gg
GNU General Public License v3.0
42 stars 14 forks source link

Handles fonts with `next/font` in `web` #877

Closed anthonyshew closed 1 year ago

anthonyshew commented 1 year ago

Use the next/font package and wire it up for correct usage with Tailwind.

This only really needs to be handled for App Router code.

https://nextjs.org/docs/app/building-your-application/optimizing/fonts#with-tailwind-css

anthonyshew commented 1 year ago

Handle this once we've got at least one App Router page that we're working with.