diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-06 01:24:28 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-06 01:24:28 -0400 |
commit | 7c804776691260d8b932b00e25a8a747143b9a1e (patch) | |
tree | f11b93c608e48e38028b89907100452a4a6dd226 | |
parent | Make org heading bullets look nicer with `org-bullets-mode` (diff) | |
download | mmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.tar.gz mmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.tar.bz2 mmosmacs-7c804776691260d8b932b00e25a8a747143b9a1e.zip |
Adjust font size again, for fixed-width fonts
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||