Remove settings for variable pitch font
This commit is contained in:
parent
7f344a8e38
commit
ff35b88834
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@
|
|||
shr-width nil))
|
||||
|
||||
(defun mk/nov-font-settings ()
|
||||
(setq-local line-spacing 2)
|
||||
(when (eq system-type 'gnu/linux)
|
||||
(face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family "Bitter Pro")))
|
||||
(setq-local line-spacing 2))
|
||||
|
||||
(use-package nov
|
||||
:hook ((nov-mode . visual-line-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue