change font in emacs

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-10 20:40:09 +02:00
parent fe26de81e7
commit 50443ed1ed
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -132,7 +132,7 @@
(with-eval-after-load 'dash
(defun magic_rb/apply-fonts ()
(if (-contains? (split-string system-configuration-features) "PGTK")
(set-face-attribute 'default nil :family magic_rb/fixed-width-font :height 110)
(set-face-attribute 'default nil :family magic_rb/fixed-width-font :height 120)
(set-face-attribute 'default nil :family magic_rb/fixed-width-font :height 120))
(set-face-attribute 'fixed-pitch nil :family magic_rb/fixed-width-font :height 1.0)
(set-face-attribute 'variable-pitch nil :family magic_rb/variable-pitch-font :height 1.0))