From b2099ec800ebc3573f2ccb6bdfab045c7926bce3 Mon Sep 17 00:00:00 2001 From: YYY Date: Sun, 27 Jun 2021 21:53:52 -0500 Subject: [PATCH] inconsolata back to monospace --- .Xresources | 2 +- config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 2430dea..7973d7f 100644 --- a/.Xresources +++ b/.Xresources @@ -5,4 +5,4 @@ *.background: #141c21 *.cursorColor: #afbfbf -URxvt.font: xft:Inconsolata:size=13 +URxvt.font: xft:monospace:size=13 diff --git a/config.org b/config.org index 57333dd..cdd4c3a 100644 --- a/config.org +++ b/config.org @@ -17,7 +17,7 @@ As early as possible do this #+BEGIN_SRC emacs-lisp (use-package doom-themes :ensure t :defer t) (load-theme 'doom-one t) -(set-frame-font "Inconsolata-13") +(set-frame-font "Monospace-13") (global-font-lock-mode t) (setq font-lock-maximum-decoration t) #+END_SRC