diff --git a/modules/custom-demo.el b/modules/custom-demo.el index 0d73c4078..b5d3ace7d 100644 --- a/modules/custom-demo.el +++ b/modules/custom-demo.el @@ -7,7 +7,7 @@ ;; + TODO peer programming collab ;; Big-mode settings -(defconst big-mode-font (font-spec :family "Inconsolata" :size 16)) +(defconst big-mode-font (font-spec :family "Fira Mono" :size 14)) (defconst big-mode-line-spacing 0) (defconst big-mode-modeline-height 35)