From fbf3b06b0a04a41e930e1a6ec6385ed3e9940e49 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 9 Dec 2020 09:07:58 +0100 Subject: [PATCH] Set font to use System monospace and sans font --- arch-config/.doom.d/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el index 75f79dc3..177e9a7c 100644 --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -21,6 +21,8 @@ ;; 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 "monospace" :size 16 :weight 'regular) + doom-variable-pitch-font (font-spec :family "sans" :size 18)) ;; 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