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
47.31k stars 2.74k forks source link

Font Family Not changing #7020

Closed master-of-none closed 7 months ago

master-of-none commented 7 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

After the new update today, anything I change buffer_font_family is not getting updated and it is always set to default font settings.

Environment

Zed: v0.119.21 (Zed) OS: macOS 14.3.0 Memory: 16 GiB Architecture: aarch64

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

Screenshot 2024-01-29 at 2 12 05 PM
Here as you can see I have set the font to FiraCode and its not changed

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

master-of-none commented 7 months ago

Zed was automatically formatting the first line in the code, hence JSON was not being parsed properly. Removed the comments given by Zed and it worked.

pranjal201 commented 1 month ago

"ui_font_family": "CodeNewRoman Nerd Font Mono", "buffer_font_family": "CodeNewRoman Nerd Font Mono", just set buffer_font_family to your respective value