mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
change font in emacs
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
fe26de81e7
commit
50443ed1ed
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue