From bbfb955c3853c2c572f4df3b5c668f55e828a727 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 18 Jan 2024 18:12:46 +0100 Subject: [PATCH] Update nov font settings --- bundle/bundle--package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 3509cf1e..653f4d07 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -21,7 +21,7 @@ (defun mk/nove-font-settings () (setq-local line-spacing 2) - (face-remap-add-relative 'variable-pitch :weight 'normal :height 1.1 :family "Bitter Pro")) + (face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family "Bitter Pro")) (use-package nov :hook ((nov-mode . visual-line-mode)