aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/init.el b/init.el
index 7773a10..1e4dcbf 100644
--- a/init.el
+++ b/init.el
@@ -162,9 +162,9 @@
162;; For now I use Iosevka and Exo 162;; For now I use Iosevka and Exo
163;; --------------------------------- 163;; ---------------------------------
164 164
165(set-face-attribute 'default nil :font "Iosevka" :height 120) 165(set-face-attribute 'default nil :font "JetBrains Mono" :height 100)
166(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120) 166(set-face-attribute 'fixed-pitch nil :font "JetBrains Mono" :height 100)
167(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 120 :weight 'regular) 167(set-face-attribute 'variable-pitch nil :font "Noto Sans" :height 110 :weight 'regular)
168 168
169 169
170;; --------------------------------- 170;; ---------------------------------
@@ -502,16 +502,16 @@
502 '(("^ *\\([-]\\) " 502 '(("^ *\\([-]\\) "
503 (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•")))))) 503 (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•"))))))
504 ;; Set font sizes 504 ;; Set font sizes
505 (dolist (face '((org-level-1 . 1.5) 505 (dolist (face '((org-level-1 . 1.1)
506 (org-level-2 . 1.4) 506 (org-level-2 . 1.1)
507 (org-level-3 . 1.3) 507 (org-level-3 . 1.1)
508 (org-level-4 . 1.2) 508 (org-level-4 . 1.1)
509 (org-level-5 . 1.1) 509 (org-level-5 . 1.1)
510 (org-level-6 . 1.1) 510 (org-level-6 . 1.1)
511 (org-level-7 . 1.1) 511 (org-level-7 . 1.1)
512 (org-level-8 . 1.1))) 512 (org-level-8 . 1.1)))
513 (set-face-attribute (car face) nil 513 (set-face-attribute (car face) nil
514 :font "DejaVu Sans" 514 :font "Noto Sans"
515 :weight 'regular 515 :weight 'regular
516 :height (cdr face)) 516 :height (cdr face))
517 ;; Ensure anything that should be 517 ;; Ensure anything that should be