feat(website): add shared font converter and optimizer workbench#1197
Draft
ayuhito wants to merge 2 commits into
Draft
feat(website): add shared font converter and optimizer workbench#1197ayuhito wants to merge 2 commits into
ayuhito wants to merge 2 commits into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
fontsource-api | e5fb196 | Jul 20 2026, 08:06 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
fontsource-website | e5fb196 | Commit Preview URL Branch Preview URL |
Jul 20 2026, 08:07 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/tools/optimizerentry point while keeping both tools connected through the same interfaceWhy
Conversion and webfont optimization share most of the same file inspection, format selection, processing, and download workflow. Keeping them in one workbench removes duplicate UI and processing logic while still giving each task a focused, indexable route.
All font processing remains local to the browser. The optimizer defaults to WOFF2 and ready-to-use CSS, while the converter keeps direct format conversion as its simpler default.
User impact
font-displayand font pathsValidation
pnpm --dir packages/core test:unit— 102 tests passedpnpm --dir website typecheckpnpm checkpnpm --dir website build— including prerendered/tools,/tools/converter, and/tools/optimizer