Move from Zed fonts to IBM Plex (#13596)
Release Notes: - Changed the default fonts to IBM Plex Sans and IBM Plex Mono. If you'd like to go back to using Zed Sans/Zed mono you need to [download](https://github.com/zed-industries/zed-fonts/releases/tag/1.2.0) them and install them.
This commit is contained in:
parent
6a1b257d39
commit
7d7fd7d25d
33 changed files with 288 additions and 55 deletions
|
@ -96,7 +96,7 @@ Here are all the currently available settings.
|
|||
|
||||
- Description: The name of a font to use for rendering text in the editor.
|
||||
- Setting: `buffer_font_family`
|
||||
- Default: `Zed Mono`
|
||||
- Default: `Zed Plex Mono`
|
||||
|
||||
**Options**
|
||||
|
||||
|
@ -1596,7 +1596,7 @@ Run the `theme selector: toggle` action in the command palette to see a current
|
|||
"soft_wrap": "none",
|
||||
|
||||
"buffer_font_size": 18,
|
||||
"buffer_font_family": "Zed Mono",
|
||||
"buffer_font_family": "Zed Plex Mono",
|
||||
|
||||
"autosave": "on_focus_change",
|
||||
"format_on_save": "off",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue