diff --git a/core/core-ui.el b/core/core-ui.el index 9d2549f18..9f667d7aa 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -526,7 +526,8 @@ behavior). Do not set this directly, this is let-bound in `doom-init-theme-h'.") default-frame-alist :key #'car :test #'eq)) ((display-graphic-p) - (setq doom-font (face-attribute 'default :font))))) + (setq font-use-system-font t + doom-font (face-attribute 'default :font))))) (defun doom-init-extra-fonts-h (&optional frame) "Loads `doom-variable-pitch-font',`doom-serif-font' and `doom-unicode-font'."