On windows read books in Noto Serif

This commit is contained in:
Marcus Kammer 2024-02-08 14:16:06 +01:00
parent b55c1c77ab
commit 2769843dae

View file

@ -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)