fix: fonts not scaling in childframes
On doom/increase-font-size and doom/decrease-font-size. Fix #5591
This commit is contained in:
parent
4549b275f2
commit
1ebac6f798
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
((signal 'wrong-type-argument
|
((signal 'wrong-type-argument
|
||||||
(list '(fontp stringp) doom-font)))))
|
(list '(fontp stringp) doom-font)))))
|
||||||
(when reload
|
(when reload
|
||||||
(set-frame-font doom-font t)))
|
(set-frame-font doom-font t t)))
|
||||||
((display-graphic-p)
|
((display-graphic-p)
|
||||||
(setq font-use-system-font t)))
|
(setq font-use-system-font t)))
|
||||||
;; Give users a chance to inject their own font logic.
|
;; Give users a chance to inject their own font logic.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue