From f35f90e6cb3a3787979a8a9ae7fe1b2477c0a895 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 10 Jan 2023 22:18:19 +0100 Subject: [PATCH] Try out hack nerd font --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 5c6dd6a..812d2a6 100644 --- a/settings.json +++ b/settings.json @@ -138,7 +138,7 @@ }, "vim.statusBarColorControl": false, // Editor - "editor.fontFamily": "'JetBrainsMono Nerd Font', Monaco, 'Courier New', monospace", + "editor.fontFamily": "'Hack Nerd Font Mono', Monaco, 'Courier New', monospace", "editor.fontSize": 11, "editor.bracketPairColorization.enabled": true, "files.insertFinalNewline": true,