1

Change default font to Fira Code

This commit is contained in:
Jessie Hildebrandt 2020-10-26 00:13:26 -04:00
parent 02a3bfc478
commit 249f36ca2f

View File

@ -374,7 +374,7 @@
;; Set up styling for the default face.
(set-face-attribute 'default nil
:family "Roboto Mono"
:family "Fira Code Regular"
:height 100)
;;====================