diff --git a/doom_files/config.el b/doom_files/config.el index 91114fd..da177a7 100644 --- a/doom_files/config.el +++ b/doom_files/config.el @@ -21,8 +21,11 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light)) -;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +(when (string= (system-name) "enoko") + (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 25 :weight 'semi-light))) + +(when (string= (system-name) "yukari") + (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light))) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to