diff --git a/core/autoload/ui.el b/core/autoload/ui.el index 4201549a8..3146407c6 100644 --- a/core/autoload/ui.el +++ b/core/autoload/ui.el @@ -146,7 +146,7 @@ windows (unlike `doom/window-zoom') Activate again to undo." "Reload `doom-font', `doom-variable-pitch-font', and `doom-unicode-font', if set." (interactive) - (when (fontp doom-font) + (when doom-font (set-frame-font doom-font t)) (doom|init-fonts))