fix font size kinda

This commit is contained in:
mir 2024-03-21 11:19:03 -08:00
parent 315694498a
commit 6c53a9dad4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ console."
"neofetch resolution"))) "x")))
(resx (car resolution))
(resy (cadr resolution))
(font-height (+ 15 (/ resy 8))))
(font-height (/ resy 11)))
(set-face-attribute 'fixed-pitch nil :height font-height)
(set-face-attribute 'default nil :height font-height)
(set-face-attribute 'variable-pitch nil :height (+ font-height 10))))