From 2fef7a836cbf9561dce8f536da2ece96296372bf Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 31 Jan 2025 21:15:55 -0500 Subject: refactor: re-🍚 fonts --- .config/zed/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/zed/settings.json') diff --git a/.config/zed/settings.json b/.config/zed/settings.json index c78ccf8..cf6b481 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -1,9 +1,9 @@ { - "buffer_font_family": "JetBrains Mono", + "buffer_font_family": "Roboto Mono", "buffer_font_size": 16, "current_line_highlight": "gutter", "cursor_blink": false, "theme": "Adwaita Pastel Dark", - "ui_font_family": "JetBrains Mono", + "ui_font_family": "Roboto Mono", "ui_font_size": 16 } -- cgit v1.2.3