From f607ca0ad0da7c90aabfea05de1dc43d6742b86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 4 Oct 2024 18:35:31 +0200 Subject: [PATCH] Home Gen343 @ 2024-10-04-18:35 --- home/jonas/static/doom-config/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index f1ee31a..8107e4a 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -23,8 +23,8 @@ ;; ;; (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) -(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 12 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'semi-light) + doom-variable-pitch-font (font-spec :family "Fira Sans" :size 15)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to