aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-14 23:46:00 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-14 23:46:00 -0400
commitdd043575d9df0f3fb3509c7bb306960318f6c614 (patch)
tree55581d48e560d35dbd019046e987b5ff83a6169e /init.el
parentUse `helpful` for improved Help (diff)
downloadmmosmacs-dd043575d9df0f3fb3509c7bb306960318f6c614.tar.gz
mmosmacs-dd043575d9df0f3fb3509c7bb306960318f6c614.tar.bz2
mmosmacs-dd043575d9df0f3fb3509c7bb306960318f6c614.zip
Change variable-width font to DejaVu Sans
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files 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 @@
127 127
128(set-face-attribute 'default nil :font "Iosevka" :height 120) 128(set-face-attribute 'default nil :font "Iosevka" :height 120)
129(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120) 129(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120)
130;;(set-face-attribute 'variable-pitch nil :font "Exo" :height 120 :weight 'regular) 130(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular)
131(set-face-attribute 'variable-pitch nil :font "-UKWN-Exo 2-normal-normal-normal-*-*-*-*-*-*-0-iso10646-1" :height 120)
132 131
133 132
134 133
@@ -411,7 +410,7 @@
411 (org-level-7 . 1.1) 410 (org-level-7 . 1.1)
412 (org-level-8 . 1.1))) 411 (org-level-8 . 1.1)))
413 (set-face-attribute (car face) nil 412 (set-face-attribute (car face) nil
414 :font "-UKWN-Exo 2-normal-normal-normal-*-*-*-*-*-*-0-iso10646-1" 413 :font "DejaVu Sans"
415 :weight 'regular 414 :weight 'regular
416 :height (cdr face)) 415 :height (cdr face))
417 ;; Ensure anything that should be 416 ;; Ensure anything that should be