From c43aba7142b6d38ec7486ac262c5882e90a85048 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Mon, 7 Oct 2024 13:09:18 -0400 Subject: [PATCH] change doom fonts --- config/.doom.d/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.doom.d/config.el b/config/.doom.d/config.el index f1ed40b..a315081 100644 --- a/config/.doom.d/config.el +++ b/config/.doom.d/config.el @@ -19,8 +19,8 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -(setq doom-font (font-spec :family "Cascadia Code" :size 28 ) - doom-variable-pitch-font (font-spec :family "Cantarell" :size 28 :weight 'bold)) +(setq doom-font (font-spec :family "Cascadia Code" :size 15 ) + doom-variable-pitch-font (font-spec :family "Cantarell" :size 16 :weight 'bold)) ;; 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