From b616f9c27fb4bff75aa28def069bb190038d98ef Mon Sep 17 00:00:00 2001 From: Gilles Peiffer Date: Fri, 28 Jun 2024 18:04:26 +0200 Subject: [PATCH] Add doc entry for `buffer_font_weight` setting (#13651) As discussed in #13598. Release Notes: - N/A --- docs/src/configuring-zed.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index a3b42ee313..861956022c 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -142,6 +142,16 @@ You can also set other OpenType features, like setting `cv01` to `7`: `integer` values +## Buffer Font Weight + +- Description: The default font weight for text in the editor. +- Setting: `buffer_font_weight` +- Default: `400` + +**Options** + +`integer` values between `100` and `900` + ## Confirm Quit - Description: Whether or not to prompt the user to confirm before closing the application.