From 8105c9445736227b6dfe7f4ee54a0c5177917e63 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 17 Jan 2019 23:41:17 -0500 Subject: [PATCH] Move emacs to Monoid font #emacs --- emacs/.config/doom/+ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/+ui.el b/emacs/.config/doom/+ui.el index e1c2e7f..739ff1d 100644 --- a/emacs/.config/doom/+ui.el +++ b/emacs/.config/doom/+ui.el @@ -3,8 +3,8 @@ (setq doom-theme 'doom-Iosvkem) ;; Fonts -(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14)) -(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20)) +(setq doom-font (font-spec :family "Monoid" :size 12)) +(setq doom-big-font (font-spec :family "Monoid" :size 18)) ;; Dash highlighting ;; (after! dash (dash-enable-font-lock))