From a8f55f7d9c5607e04d0a723087e3836c4461a75a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 30 May 2023 15:48:56 +0200 Subject: [PATCH] Make doom fonts scale based on dpi --- arch-config/.doom.d/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el index 7c65cc4f..940ab8ca 100644 --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -21,8 +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 14 :weight 'regular) - doom-variable-pitch-font (font-spec :family "sans" :size 15)) +(setq doom-font (font-spec :family "monospace" :size 11.0 :weight 'regular) + doom-variable-pitch-font (font-spec :family "sans" :size 12.0)) ;; 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