claude-code - 💡(How to fix) Fix [FEATURE] Terminal font family setting in desktop app [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48805Fetched 2026-04-16 06:50:29
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

The Code tab in Claude Desktop uses a fixed font with no way to change it. If you use Oh My Zsh with a theme that needs Nerd Font glyphs (Powerlevel10k, Starship, etc.), the terminal shows broken squares instead of the actual icons.

The font is installed and works in every other terminal on the system. The desktop app just doesn't pick it up.

Related issues cover font size (#48237) and dyslexic-friendly fonts (#40469), but none ask for font family selection.

Proposed Solution

A "Terminal font family" text field in Settings > Appearance. Just needs to accept a CSS font-family string so xterm.js uses the right font. No picker needed.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

No response

Additional Context

Screenshot showing broken Nerd Font glyphs in the integrated terminal:

<img width="538" height="116" alt="Image" src="https://github.com/user-attachments/assets/629b0ad4-3da3-46da-820f-1b99ff98cc35" />

extent analysis

TL;DR

Adding a "Terminal font family" setting to accept a CSS font-family string could resolve the issue of broken Nerd Font glyphs in the Claude Desktop Code tab.

Guidance

  • The problem seems to stem from the Code tab using a fixed font that doesn't support Nerd Font glyphs, so introducing a font family selection could fix this.
  • To verify if the proposed solution works, test the application with the new font family setting and check if the Nerd Font glyphs are displayed correctly.
  • Consider implementing a default font family that includes Nerd Font or a similar font with glyph support to mitigate the issue for users with Oh My Zsh themes.
  • The proposed solution suggests using a text field for the font family, which should accept a CSS font-family string, allowing users to input their preferred font.

Example

No code example is provided as the issue does not imply a specific code change but rather a feature request for adding a font family setting.

Notes

The solution's effectiveness depends on the implementation details, such as how the font family string is handled by xterm.js and whether the selected font is properly applied to the terminal.

Recommendation

Apply workaround: Introduce a "Terminal font family" setting to allow users to select a font that supports Nerd Font glyphs, as this directly addresses the reported issue and provides a flexible solution for users with different font preferences.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Terminal font family setting in desktop app [1 participants]