diff options
| -rw-r--r-- | common/.emacs.d/init.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 6db23d5..b24b4c3 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -129,9 +129,12 @@ :config (add-to-list 'face-remapping-alist '(tab-bar-tab-inactive mode-line-inactive)) + (when (not (eq system-type 'android)) + (custom-set-faces + '(default ((t (:font "monospace 7")))) + '(variable-pitch ((t (:font "sans-serif 8")))))) + (custom-set-faces - '(default ((t (:font "monospace 7")))) - '(variable-pitch ((t (:font "sans-serif 8")))) '(font-lock-comment-face ((t (:slant italic)))))) (progn ;; transparency |
