From dd043575d9df0f3fb3509c7bb306960318f6c614 Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Sun, 14 May 2023 23:46:00 -0400
Subject: Change variable-width font to DejaVu Sans

---
 init.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/init.el b/init.el
index ad57f29..8d741de 100644
--- a/init.el
+++ b/init.el
@@ -127,8 +127,7 @@
 
 (set-face-attribute 'default nil :font "Iosevka" :height 120)
 (set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120)
-;;(set-face-attribute 'variable-pitch nil :font "Exo" :height 120 :weight 'regular)
-(set-face-attribute 'variable-pitch nil :font "-UKWN-Exo 2-normal-normal-normal-*-*-*-*-*-*-0-iso10646-1" :height 120)
+(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular)
 
 
 
@@ -411,7 +410,7 @@
                   (org-level-7 . 1.1)
                   (org-level-8 . 1.1)))
     (set-face-attribute (car face) nil
-                        :font "-UKWN-Exo 2-normal-normal-normal-*-*-*-*-*-*-0-iso10646-1"
+                        :font "DejaVu Sans"
                         :weight 'regular
                         :height (cdr face))
   ;; Ensure anything that should be
-- 
cgit v1.2.3