diff --git a/appearance.el b/appearance.el index 02a680e..773ffdb 100644 --- a/appearance.el +++ b/appearance.el @@ -2,8 +2,16 @@ (setq inhibit-startup-message t) ;; Set default font -(set-face-attribute 'default nil :family "Monaco" :height 110) -;; (set-face-attribute 'default nil :family "Menlo" :height 110) +(if window-system + ;;; Large + ;; (set-face-attribute 'default nil :family "Menlo" :height 110) + ;; (set-face-attribute 'default nil :family "Monaco" :height 110) + + ;;; Small + (set-face-attribute 'default nil :family "Monaco" :height 100) + ;; (set-face-attribute 'default nil :family "Menlo" :height 100) + ;; (set-face-attribute 'default nil :family "Inconsolata" :height 120) +) ;; Load Theme (if window-system (require 'birds-of-paradise-plus-theme)