switching back to VictorMono

This commit is contained in:
Chris Cochrun 2023-05-18 21:37:12 -05:00
parent 800c544d30
commit e904ff92fe
2 changed files with 4 additions and 4 deletions

View file

@ -78,9 +78,9 @@ In order to have this config work on both my desktop with regular joe-schmoe mon
(defun chris/set-font-faces ()
"Set the faces for our fonts"
(message "Setting faces!")
(set-face-attribute 'default nil :font "IosevkaTerm Nerd Font"
(set-face-attribute 'default nil :font "VictorMono Nerd Font"
:height chris/default-font-size)
(set-face-attribute 'fixed-pitch nil :font "IosevkaTerm Nerd Font"
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
:height chris/default-font-size)
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
:height (+ chris/default-font-size (/ chris/default-font-size 12))

View file

@ -29,9 +29,9 @@
(defun chris/set-font-faces ()
"Set the faces for our fonts"
(message "Setting faces!")
(set-face-attribute 'default nil :font "IosevkaTerm Nerd Font"
(set-face-attribute 'default nil :font "VictorMono Nerd Font"
:height chris/default-font-size)
(set-face-attribute 'fixed-pitch nil :font "IosevkaTerm Nerd Font"
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
:height chris/default-font-size)
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
:height (+ chris/default-font-size (/ chris/default-font-size 12))