1

Change default font face to "Roboto Mono"

This commit is contained in:
Jessie Hildebrandt 2020-06-20 20:44:55 -04:00
parent d38e2059b0
commit d29786eb99

View File

@ -322,7 +322,7 @@
;; Set up styling for the default face.
(set-face-attribute 'default nil
:family "Hack"
:family "Roboto Mono"
:height 90)
;;====================