Change default font height
This commit is contained in:
parent
e003529c46
commit
e7117ec2fb
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue