From b5e91483a074ad069595daa8065f1cee7da3487e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 10 Jan 2025 16:18:06 +0100 Subject: [PATCH] sublime: use jetbrains mono --- .chezmoitemplates/Preferences.sublime-settings.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/Preferences.sublime-settings.tmpl b/.chezmoitemplates/Preferences.sublime-settings.tmpl index 4865c12..514fe9a 100644 --- a/.chezmoitemplates/Preferences.sublime-settings.tmpl +++ b/.chezmoitemplates/Preferences.sublime-settings.tmpl @@ -1,7 +1,7 @@ // Settings in here override those in "Default/Preferences.sublime-settings", // and are overridden in turn by syntax-specific settings. { - "font_face": "MonoLisa", + "font_face": "JetBrains Mono", {{- if eq .chezmoi.os "darwin" }} "font_size": 17, {{- else }}