set default font to monolisa

This commit is contained in:
KemoNine 2023-01-15 00:08:18 -05:00
parent 1053fcd711
commit 94a5abf313
1 changed files with 1 additions and 0 deletions

View File

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