diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |