From bc2914e5c98f92da2c485843b4dafe6e587abeb4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 17 Nov 2020 22:58:37 -0600 Subject: Change font --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index e24c88c..c3474ae 100644 --- a/config.org +++ b/config.org @@ -355,20 +355,20 @@ I'm sure there's a better way to do this, but for now, this is the best I've got ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed") ;; now mine - ("FixedPitch" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") - ("VariablePitch" "Spectral Medium" "Go" "DejaVu Sans" "Georgia" "fixed"))) + ("FixedPitch" "Agave" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") + ("VariablePitch" "Comic Neue" "Spectral Medium" "Go" "DejaVu Sans" "Georgia" "fixed"))) (set-face-attribute 'default nil :family "FixedPitch" - :height 110) + :height 160) (set-face-attribute 'fixed-pitch nil :family "FixedPitch" - :height 110) + :height 160) (set-face-attribute 'variable-pitch nil :family "VariablePitch" - :height 135) + :height 180) #+END_SRC *** Ligatures These cause big problems with cc-mode (as in, totally freezing everything), so I'm going to comment it out. -- cgit 1.4.1-21-gabe81