mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: fonts not scaling in childframes
On doom/increase-font-size and doom/decrease-font-size. Fix #5591
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user