Archived
1
0
Fork 0

set default font to monolisa

This commit is contained in:
KemoNine 2023-01-15 00:08:18 -05:00
parent 1053fcd711
commit 94a5abf313

View file

@ -277,6 +277,7 @@ position between last non-whitespace and `end-of-line'."
(custom-theme-set-faces (custom-theme-set-faces
'user 'user
'(default ((t ( :family "MonoLisa Variable" :height 100))))
'(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120)))) '(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120))))
'(fixed-pitch ((t ( :family "MonoLisa Variable" :height 120)))) '(fixed-pitch ((t ( :family "MonoLisa Variable" :height 120))))
) )