changed fonts + stuff

This commit is contained in:
2024-09-30 19:27:17 -07:00
parent 327d13992e
commit 625b61a4cc
3 changed files with 5 additions and 5 deletions

View File

@@ -27,8 +27,8 @@
(add-hook mode (lambda () (display-line-numbers-mode 0))))
;; Font configuration
(set-face-attribute 'default nil :font "Terminus" :height 200)
(set-face-attribute 'fixed-pitch nil :font "Terminus" :height 200)
(set-face-attribute 'default nil :font "Monospace" :height 200)
(set-face-attribute 'fixed-pitch nil :font "Monospace" :height 200)
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200)
(defun opal/org-font-setup ()