aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 16:06:50 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 16:06:50 -0400
commit2fdd887a8004f8ea39a268f359164031a67c9e02 (patch)
tree437ada305f45db0c6cad1de2548b939c67c29976 /init.el
parentFix orderless completion "bug" when typing a dash (diff)
downloadmmosmacs-2fdd887a8004f8ea39a268f359164031a67c9e02.tar.gz
mmosmacs-2fdd887a8004f8ea39a268f359164031a67c9e02.tar.bz2
mmosmacs-2fdd887a8004f8ea39a268f359164031a67c9e02.zip
Use different fonts
I will now be using `JetBrains Mono` and `Noto Sans` fonts.
Diffstat (limited to 'init.el')
-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