diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index a3b42ee313794715c59fac77b4f0400875ee81ce..861956022c668b7d8c7a16f83b19fc5afbcf4cb1 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.