Uh oh!
There was an error while loading. Please reload this page.
fix(clients): restore upstream system font defaults - #203
Open
rynfar wants to merge 1 commit into
Open
Conversation
Use the platform UI and monospace stacks throughout web, desktop boot, terminal, and annotation fallbacks. Remove the bundled DM Sans and JetBrains Mono assets while keeping the existing per-surface font controls.
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
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 freeto 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.
Problem
Pylon still preferred bundled DM Sans and JetBrains Mono after the status visuals were restored to current upstream behavior. That kept web and desktop typography visibly different from the platform-native defaults, and left several early-render and annotation fallbacks coupled to font packages we no longer need.
Fix
Verification
vp test run apps/web/src/appearanceFonts.test.ts apps/web/src/terminal/ghostty/surface.test.ts apps/web/src/components/settings/SettingsPanels.logic.test.ts apps/desktop/src/preview/AnnotationKeyboard.test.ts— 86 tests passed.vp run -F @t3tools/web typecheck— passed.vp run -F @t3tools/desktop typecheck— passed; two pre-existing Effect suggestions only.vp lint ...on the affected TypeScript and generated annotation paths — zero warnings and errors.vp fmt --check ...,vp install --frozen-lockfile --lockfile-only, andgit diff --check— passed.apps/desktop/scripts/build-preview-annotation-css.mjs; generated output was byte-stable.Visual evidence
/tmp/pylon-system-fonts-before.png/tmp/pylon-system-fonts-after.pngThe before/after screenshots were captured at the same 1280×800 Appearance screen. GitHub user-attachment upload is pending because the available GitHub browser session is not authenticated; no external host or committed PR asset was used.
Generated with GPT-5.6-sol via Prime Agent.