aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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