Home / Emacs / TODO SPLIT SPLIT SPLIT Configuration / Configure the graphical user interface (GUI)
Set the default font family, weight, and height
Use the amazing Iosevka as the default font, and make it larger.
(set-face-attribute 'default nil :family "Iosevka Term" :weight 'regular :height 180) ;; or 'medium
(set-face-attribute 'fixed-pitch nil :family "Iosevka Term")
(The Term variant has all characters at the same size; we use that to avoid “shifting” of text, e.g. in TUIs.)