bundle--package.el: reduce font height on windows for variable pitch fonts
This commit is contained in:
parent
4ae78878ec
commit
404dd6972c
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@
|
|||
(lambda () (setq-local line-spacing 4)
|
||||
(face-remap-add-relative 'variable-pitch
|
||||
:family "Noto Sans"
|
||||
:height 1.1
|
||||
:weight Regular))))
|
||||
:height 1.0))))
|
||||
|
||||
(defun mk/nov-gnu-config ()
|
||||
(add-hook 'nov-mode-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue