From e34fd177f5368d8fa3ad206ba62e6dd4b721ccc8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 29 Nov 2021 11:30:20 -0500 Subject: increase font size --- emacs/.doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 116d5fe..83e98d8 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -19,7 +19,7 @@ ;; 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 "iosevka" :size 14)) -(setq doom-variable-pitch-font (font-spec :family "Noto Serif" :size 14)) +(setq doom-variable-pitch-font (font-spec :family "Noto Serif" :size 16)) ;; 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 -- cgit v1.2.3