mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
eb3c4b0e46
Co-authored-by: Raunak Raj <nkray21111983@gmail.com> Co-authored-by: Thorsten Ball <mrnugget@gmail.com> Co-authored-by: Bennet <bennet@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Joseph T Lyons <JosephTLyons@gmail.com> Co-authored-by: Mikayla <mikayla@zed.dev> Co-authored-by: Jason <jason@zed.dev> Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Jason Mancuso <7891333+jvmncs@users.noreply.github.com> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
1.8 KiB
1.8 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-family
buffer-font-features
buffer-font-size
buffer-line-height
- UI fonts
ui_font_family
ui_font_fallbacks
ui_font_features
ui_font_weight
ui_font_size
- Terminal fonts
terminal.font-size
terminal.font-family
terminal.font-features
- Other settings:
active-pane-magnification
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
ttf
files into the Font Book app. - Update your settings
ui_font_family
andbuffer_font_family
to useZed Mono
orZed Sans
in yoursettings.json
file.
{
"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.)