Change default font height

This commit is contained in:
Dimitri Lozeve 2025-05-04 11:27:06 +02:00
parent e003529c46
commit e7117ec2fb

View file

@ -83,7 +83,7 @@
;; Font configuration ;; Font configuration
(let ((my-font "Iosevka Term") (let ((my-font "Iosevka Term")
(my-height 130)) (my-height 120))
(set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'default nil :family my-font :height my-height)
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height)) (set-face-attribute 'fixed-pitch nil :family my-font :height my-height))
(set-face-attribute 'variable-pitch nil :family "Libertinus Serif" :height 160) (set-face-attribute 'variable-pitch nil :family "Libertinus Serif" :height 160)