From 31e793d2d775093e7e16d5e34e5bd38a0043664a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 17:14:08 +0200 Subject: [PATCH] Switch to Iosevka --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 93970d2..67ecc2f 100644 --- a/config.org +++ b/config.org @@ -143,7 +143,7 @@ string. You generally only need these two: #+BEGIN_SRC emacs-lisp (setq doom-font - (font-spec :family "Input Mono Narrow" :size 12 :weight 'semi-light)) + (font-spec :family "Iosevka Fixed" :size 10.0 :weight 'medium)) #+END_SRC ** Line numbers