From 2769843daeef8b37ad8ea32ed2565625b58352df Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 8 Feb 2024 14:16:06 +0100 Subject: [PATCH] On windows read books in Noto Serif --- 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 fbbba1e0..6a6c6423 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -21,7 +21,7 @@ (defun mk/nov-font-settings () (setq-local line-spacing 2) - (face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family "Bitter Pro")) + (face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family (if (eq system-type 'windows-nt) "Noto Serif" "Bitter Pro"))) (use-package nov :hook ((nov-mode . visual-line-mode)