Replace VictorMono with FiraCode

This commit is contained in:
Sravan Balaji
2023-11-23 11:02:27 -05:00
parent e7b1508a60
commit 5569268364
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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