From f9a27505a00517540b50a6fd8940f86162ae54b1 Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 3 Apr 2020 14:42:02 -0600 Subject: [PATCH] Use the "Fira Code" 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 975bb76..38f459f 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -6,7 +6,7 @@ (ignore-errors (set-frame-font (font-spec - :name "Iosevka" + :name "Fira Code" :size 13 :weight 'normal :width 'normal) -- 2.38.4