mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #57] [MERGED] fix: export all google font #276
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/57
Author: @hyoban
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @southpolesteve
Base:
main← Head:2-25-full-google-font📝 Commits (1)
3cceb35fix: export all google font📊 Changes
9 files changed (+6376 additions, -469 deletions)
View changed files
📝
package.json(+1 -0)➕
packages/vinext/src/shims/font-google-base.ts(+426 -0)➕
packages/vinext/src/shims/font-google.generated.ts(+1927 -0)📝
packages/vinext/src/shims/font-google.ts(+2 -448)➕
packages/vinext/src/shims/next-shims-font-google.generated.d.ts(+1928 -0)📝
packages/vinext/src/shims/next-shims.d.ts(+1 -21)➕
scripts/generate-google-fonts.js(+133 -0)➕
tests/fixtures/google-fonts.json(+1930 -0)📝
tests/font-google.test.ts(+28 -0)📄 Description
Otherwise, users will encounter import errors.
Fixes #72
Fixes #190
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.