zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
39.3k stars 2.04k forks source link

Symbol renders improperly in Zed, but works fine elsewhere #10308

Closed danielzsh closed 2 months ago

danielzsh commented 2 months ago

Check for existing issues

Describe the feature

Using JetBrains Mono font, the glyph with unicode 59160 renders like so in Hyper terminal:

image

But renders like this in Zed:

image

Here's my settings.json:

{
  "show_copilot_suggestions": true,
  "base_keymap": "VSCode",
  "theme": "Catppuccin Macchiato",
  "ui_font_size": 14,
  "buffer_font_size": 14,
  "buffer_font_family": "JetBrains Mono",
  "format_on_save": "on",
  "tab_size": 2,
  "vim_mode": true
}

If applicable, add mockups / screenshots to help present your vision of the feature

No response

0x2CA commented 2 months ago

hi,My computer displays normally,The essence of the problem is that your font does not contain icons and zed does not support Multiple Fonts/Fallback Fonts image image

danielzsh commented 2 months ago

Ah I see, I was under the impression that JetBrains Mono itself was a nerd font already...thanks for the help!