diff options
-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 | ||