From be13696671a0dd81bb2298cb2473807af32341e6 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 14 Mar 2023 13:28:35 -0400 Subject: [PATCH] Switch font to iosevka --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 0f481b8..57ba6a0 100644 --- a/config.org +++ b/config.org @@ -32,9 +32,9 @@ The provided default ~config.el~ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 11 :weight 'semi-light) - doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 11 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Fira Sans" :size 15)) +(setq doom-font (font-spec :family "Iosevka" :size 12 :weight 'semi-light) + doom-unicode-font (font-spec :family "Iosevka" :size 12 :weight 'semi-light) + doom-variable-pitch-font (font-spec :family "Iosevka Sans Quasi" :size 15)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to