From 672962d5537312de462c36fe9124cfae4b5f8e25 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 1 Jan 2021 10:55:47 -0600 Subject: Change fonts --- config.org | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index b50b1ab..f9420e4 100644 --- a/config.org +++ b/config.org @@ -423,20 +423,14 @@ Anyway, I should probably be able to figure out how to properly change the theme :height 100))) (set-face-from-alternatives 'fixed-pitch - '(("Linux Libertine Mono O" - :height 110) - ("Go Mono" - :height 100) - ("Consolas" - :height 100))) + '(("Linux Libertine Mono O") + ("Go Mono") + ("Consolas"))) (set-face-from-alternatives 'variable-pitch - '(("Libertinus Serif" - :height 110) - ("Linux Libertine O" - :height 120) - ("Georgia" - :height 110))) + '(("Libertinus Serif") + ("Linux Libertine O") + ("Georgia"))) (remove-function after-focus-change-function #'acdw/setup-fonts))) @@ -446,8 +440,8 @@ Anyway, I should probably be able to figure out how to properly change the theme **** Custom faces #+begin_src emacs-lisp -(custom-set-faces `(font-lock-comment-face - ((t (:inherit (custom-comment italic variable-pitch)))))) + (cussface '(font-lock-comment-face + ((t (:inherit (custom-comment italic variable-pitch)))))) #+end_src **** Line spacing -- cgit 1.4.1-21-gabe81