Closes #4265 Closes #24600 This setting causes many visual defects, and introduces unnecessary (maintenance) complexity. as seen by #4265 and #24600 CC: @iamnbutler - How do you feel about this? I recommend looking at https://github.com/zed-industries/zed/pull/24150#issuecomment-2866706506 for more context Release Notes: - Removed support --------- Co-authored-by: Peter <peter@zed.dev>
1.7 KiB
1.7 KiB
Fonts
Zed ships two fonts: Zed Plex Mono and Zed Plex Sans. These are based on IBM Plex Mono and IBM Plex Sans, respectively.
Settings
- Buffer fonts
buffer-font-familybuffer-font-featuresbuffer-font-sizebuffer-line-height
- UI fonts
ui_font_familyui_font_fallbacksui_font_featuresui_font_weightui_font_size
- Terminal fonts
terminal.font-sizeterminal.font-familyterminal.font-features
Old Zed Fonts
Previously, Zed shipped with Zed Mono and Zed Sans, customized versions of the Iosevka typeface. You can find more about them in the zed-fonts repository.
Here's how you can use the old Zed fonts instead of Zed Plex Mono and Zed Plex Sans:
- Download zed-app-fonts-1.2.0.zip from the zed-fonts releases page.
- Open macOS
Font Book.app - Unzip the file and drag the
ttffiles into the Font Book app. - Update your settings
ui_font_familyandbuffer_font_familyto useZed MonoorZed Sansin yoursettings.jsonfile.
{
"ui_font_family": "Zed Sans Extended",
"buffer_font_family": "Zed Mono Extend",
"terminal": {
"font-family": "Zed Mono Extended"
}
}
- Note there will be red squiggles under the font name. (this is a bug, but harmless.)