Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To Whoever Controls the Google Font Update Github Bot #77488

Open
ospira opened this issue Mar 25, 2025 · 1 comment
Open

To Whoever Controls the Google Font Update Github Bot #77488

ospira opened this issue Mar 25, 2025 · 1 comment

Comments

@ospira
Copy link
Contributor

ospira commented Mar 25, 2025

Link to the code that reproduces this issue

https://github.com/ospira/this-is-p/blob/main/src/app/layout.tsx#L2

To Reproduce

  1. Start application
  2. 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/a

Which 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

@darkwaves-ofc
Copy link

Google Font Update Request for Boldonse

Hi there! I'm experiencing an issue with importing the Boldonse font from next/font/google.

Current Situation

  • Attempting to import Boldonse from next/font/google
  • Receiving errors:
    • 'Boldonse' is declared but its value is never read
    • Module '"next/font/google"' has no exported member 'Boldonse'

Context

  • The Boldonse font is available here: https://github.com/googlefonts/boldonse/
  • It seems the font update bot may have stalled (last update attempt appears to be from end of January)
  • Would appreciate if the bot could be rerun to include this new font in the Next.js font library

Request

Could someone manually trigger the font data update to include Boldonse? This would help resolve the import issue without requiring manual workarounds.

Thank you for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants