Emacs f3dec3439fd5aee885a76622f384f6c7ca67d128 changes font sizes

This commit is contained in:
Gerard Vermeulen 2023-12-30 13:44:50 +01:00
parent 6f7bf3ea80
commit fccaef0ea9
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ theming:
;; Set face attributes.
(cond
((eq system-type 'darwin)
(set-face-attribute 'default nil :family "Hack" :height 120)
(set-face-attribute 'default nil :family "Hack" :height 60)
(set-face-attribute 'fixed-pitch nil :family "Hack")
(set-face-attribute 'variable-pitch nil :family "FiraGo"))
((eq system-type 'gnu/linux)