diff --git a/README.org b/README.org index 064b5359..9c88b321 100644 --- a/README.org +++ b/README.org @@ -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)) diff --git a/init.el b/init.el index ca51c317..974767f1 100644 --- a/init.el +++ b/init.el @@ -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))