From d29786eb9923d3f83a542bbd1043cb24eb570a93 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 20 Jun 2020 20:44:55 -0400 Subject: [PATCH] Change default font face to "Roboto Mono" --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 518f931..f0ca924 100644 --- a/init.el +++ b/init.el @@ -322,7 +322,7 @@ ;; Set up styling for the default face. (set-face-attribute 'default nil - :family "Hack" + :family "Roboto Mono" :height 90) ;;====================