diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index e7b0019..9b255f6 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -35,8 +35,8 @@ (setq ns-use-native-fullscreen nil)) (when (boundp 'mac-allow-anti-aliasing) (setq mac-allow-anti-aliasing t))) - (when (memq window-system '(x)) - (set-frame-font "Source Code Pro-11") + (when (memq window-system '(x pgtk)) + (set-frame-font "Source Code Pro-12") ;; this is a fall back in the case we have Unicode characters. ;; For example, with this settings, the following source is ;; rendered correctly 😇 😀 and 🤢 |