Use Iosevka Term instead of Iosevka

In Iosevka, some characters had length 2 (e.g. arrows), which
sometimes break alignment. Iosevka Term ensures that all characters
are displayed in the same size.
This commit is contained in:
Dimitri Lozeve 2021-10-19 11:45:41 +02:00
parent f1a1d11f49
commit 935bc64af1

View file

@ -48,7 +48,7 @@
(setq-default c-basic-offset 2) (setq-default c-basic-offset 2)
(setq c-default-style "linux") (setq c-default-style "linux")
(let ((my-font "Iosevka") (let ((my-font "Iosevka Term")
(my-height 120)) (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))