fix: fonts not scaling in childframes

On doom/increase-font-size and doom/decrease-font-size.

Fix #5591
This commit is contained in:
Henrik Lissner 2021-10-06 23:38:11 +02:00
parent 4549b275f2
commit 1ebac6f798

View file

@ -603,7 +603,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
((signal 'wrong-type-argument
(list '(fontp stringp) doom-font)))))
(when reload
(set-frame-font doom-font t)))
(set-frame-font doom-font t t)))
((display-graphic-p)
(setq font-use-system-font t)))
;; Give users a chance to inject their own font logic.