aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-06 01:24:28 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-06 01:24:28 -0400
commit7c804776691260d8b932b00e25a8a747143b9a1e (patch)
treef11b93c608e48e38028b89907100452a4a6dd226
parentMake org heading bullets look nicer with `org-bullets-mode` (diff)
downloadmmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.tar.gz
mmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.tar.bz2
mmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.zip
Adjust font size again, for fixed-width fonts
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 1b1155f..becb3fc 100644
--- a/init.el
+++ b/init.el
@@ -123,8 +123,8 @@
123;; For now I use Iosevka and Exo 123;; For now I use Iosevka and Exo
124;; --------------------------------- 124;; ---------------------------------
125 125
126(set-face-attribute 'default nil :font "Iosevka" :height 100) 126(set-face-attribute 'default nil :font "Iosevka" :height 120)
127(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 100) 127(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120)
128(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular) 128(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular)
129 129
130 130