From 8bfd35dd8d91d4e781fbf3be62606b4551042a04 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 12 Jan 2026 00:33:18 +0000 Subject: [PATCH] [zed] Fix fonts --- zed/.config/zed/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index 963894f..2762c72 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -34,7 +34,7 @@ }, "terminal": { "font_size": 13.0, - "font_family": "JetBrainsMono Nerd Font", + "font_family": "JetBrainsMono Nerd Font Mono", }, "base_keymap": "VSCode", "agent": { @@ -47,7 +47,7 @@ "button": true, "model_parameters": [], }, - "buffer_font_family": "JetBrainsMono Nerd Font", + "buffer_font_family": "JetBrainsMono Nerd Font Mono", "file_types": { "rust": ["*.rs"], "Ansible": [