[PR #57] [MERGED] fix: export all google font #276

Closed
opened 2026-05-06 12:38:55 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: 2-25-full-google-font


📝 Commits (1)

  • 3cceb35 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/57 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@southpolesteve](https://github.com/southpolesteve) **Base:** `main` ← **Head:** `2-25-full-google-font` --- ### 📝 Commits (1) - [`3cceb35`](https://github.com/cloudflare/vinext/commit/3cceb357189007b5647e8788dc861bd88ffeecb3) fix: export all google font ### 📊 Changes **9 files changed** (+6376 additions, -469 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Otherwise, users will encounter import errors. Fixes #72 Fixes #190 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:56 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#276
No description provided.