-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Description
Link to the code that reproduces this issue
https://github.com/ospira/this-is-p/blob/main/src/app/layout.tsx#L2
To Reproduce
- Start application
- Do this
import { Boldonse } from "next/font/google";
Current vs. Expected behavior
I expect to import my cool new font.
What I get is:
'Boldonse' is declared but its value is never read.ts(6133)
Module '"next/font/google"' has no exported member 'Boldonse'.ts(2305)
Provide environment information
n/aWhich area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
Other (Deployed), Vercel (Deployed), next start (local), next build (local), next dev (local)
Additional context
think this is as simple as the bot that updates this got stuck. not sure since i don't run the bot (😢), but looks like the last update attempt in end of jan got stuck. i want this font plz - https://github.com/googlefonts/boldonse/ - but it's not in the latest next/font/google... cause it was recently put there and bot hasn't opened a PR since then.
here u see the last one that seems like it got stuck (https://github.com/vercel/next.js/pulls?q="Update+font+data") as usually i noticed even when a bunch are closed, one of them in a given series opened around the same date usually gets merged. so not sure, but anyway, since this seems like an auto thing, if whoever owns that could just run it again so i could get my cool new font w/o doing too much runaround work that would be peachy. thanks