From 7f82b1e0c2c535a4e4e643ddb67ff1b3e6c85df7 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 27 Jul 2020 11:35:55 +1000 Subject: [PATCH] Set doom-font to JetBrains Mono at its recommended size --- config/doom/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/config/doom/config.el b/config/doom/config.el index 581d009..ea36c04 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -21,6 +21,7 @@ ;; font string. You generally only need these two: ;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) +(setq doom-font (font-spec :family "JetBrains Mono" :size 13)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the