From 6defa79120716b3d962d47a08400adecb5c21777 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Jan 2021 10:02:31 -0600 Subject: Change fonts --- config.org | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 0502255..5885c78 100644 --- a/config.org +++ b/config.org @@ -416,23 +416,20 @@ Anyway, I should probably be able to figure out how to properly change the theme (interactive) (when (display-graphic-p) (set-face-from-alternatives 'default - '(("Libertinus Mono" - :height 110) - ("Linux Libertine Mono O" - :height 110) + '(("Input Mono" + :height 105) ("Go Mono" :height 100) ("Consolas" :height 100))) (set-face-from-alternatives 'fixed-pitch - '(("Linux Libertine Mono O") + '(("Input Mono") ("Go Mono") ("Consolas"))) (set-face-from-alternatives 'variable-pitch - '(("Libertinus Serif") - ("Linux Libertine O") + '(("Input Serif") ("Georgia"))) (remove-function after-focus-change-function #'acdw/setup-fonts))) -- cgit 1.4.1-21-gabe81