From 8d601e4c154723729645d29744bbe4c158e58ac4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Feb 2021 11:04:46 -0600 Subject: Change Windows font height With a wider fill-column, I need a smaller font to fit a half-monitor-width window. --- config.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 845de14..016207b 100644 --- a/config.org +++ b/config.org @@ -395,11 +395,8 @@ But on Windows, I use Consolas. #+begin_src emacs-lisp :noweb-ref windows-specific (set-face-attribute 'default nil :family "Consolas" - :height 110) + :height 100) - (set-face-attribute 'fixed-pitch nil - :family "Consolas" - :height 110) ;; (set-face-attribute 'fixed-pitch nil ;; :family "Consolas" ;; :height 100) -- cgit 1.4.1-21-gabe81