From b143c81443ac8a1b064cee0dff931fe1a0fa6f00 Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Mon, 13 Apr 2020 06:48:19 +0100 Subject: [PATCH] Switch to Courier Font --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index aa0ec1f..d20d7a1 100644 --- a/init.el +++ b/init.el @@ -36,4 +36,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :background "#282a36" :foreground "#f8f8f2" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 103 :width normal :foundry "ADBO" :family "Inconsolata Regular"))))) + '(default ((t (:inherit nil :stipple nil :background "#282a36" :foreground "#f8f8f2" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 109 :width condensed :foundry "ABAT" :family "Courier")))))