summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 054fe67..f071731 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -180,7 +180,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
           (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l"))))
             (if (eq displays 1)
                 (ap/set-fonts "PT Mono" 12 "Lucide Grande" 12 t)
-              (ap/set-fonts "Anonymous Pro" 11 "Lucida Grande" 12 nil))))
+              (ap/set-fonts "ProggyOptiS" 11 "Lucida Grande" 12 nil))))
          ((eq window-system 'x)
           (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t))))