From 3531df73fa7e86cdb15d11e74ce0a3643a1e8188 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Nov 2020 00:19:50 -0500 Subject: Change fonts to Go --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 0fc3430..2d6746f 100644 --- a/config.org +++ b/config.org @@ -306,8 +306,8 @@ 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" "DejaVu Sans Mono" "Consolas" "fixed") - ("VariablePitch" "DejaVu Serif" "Georgia" "fixed"))) + ("FixedPitch" "Go Mono" "DejaVu Sans Mono" "Consolas" "fixed") + ("VariablePitch" "Go" "DejaVu Sans" "Georgia" "fixed"))) (set-face-attribute 'default nil :family "FixedPitch" @@ -319,7 +319,7 @@ I'm sure there's a better way to do this, but for now, this is the best I've got (set-face-attribute 'variable-pitch nil :family "VariablePitch" - :height 120) + :height 130) #+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