From 5569268364f50193091c0c17fc0779adf7a82ee6 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 23 Nov 2023 11:02:27 -0500 Subject: [PATCH] Replace VictorMono with FiraCode --- README.org | 4 ++-- config.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 532eb47..bc93832 100644 --- a/README.org +++ b/README.org @@ -336,9 +336,9 @@ They all accept either a font-spec, font string ("Input Mono-12"), or xlfd font Set regular, variable pitch, and big fonts. #+BEGIN_SRC emacs-lisp :tangle config.el -(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 14) +(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14) doom-variable-pitch-font (font-spec :family "Ubuntu Nerd Font" :size 14) - doom-big-font (font-spec :family "VictorMono Nerd Font" :size 24) + doom-big-font (font-spec :family "FiraCode Nerd Font" :size 24) doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14)) #+END_SRC diff --git a/config.el b/config.el index 5c967d2..87b550d 100644 --- a/config.el +++ b/config.el @@ -2,9 +2,9 @@ (setq user-full-name "Sravan Balaji") -(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 14) +(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14) doom-variable-pitch-font (font-spec :family "Ubuntu Nerd Font" :size 14) - doom-big-font (font-spec :family "VictorMono Nerd Font" :size 24) + doom-big-font (font-spec :family "FiraCode Nerd Font" :size 24) doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14)) (after! doom-themes