From 2cb24aed71d626185c5e3465bf897386f2737b7d Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 6 Sep 2019 16:33:20 -0600 Subject: [PATCH] Use Iosevka font --- lisp/setup-appearance.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index 64f65ee..a02c6b0 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -6,7 +6,7 @@ (ignore-errors (set-frame-font (font-spec - :name "Source Code Pro" + :name "Iosevka" :size 13 :weight 'normal :width 'normal) -- 2.38.4