set default font to monolisa
This commit is contained in:
parent
1053fcd711
commit
94a5abf313
|
@ -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))))
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue