switching back to VictorMono
This commit is contained in:
parent
800c544d30
commit
e904ff92fe
|
@ -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 ()
|
(defun chris/set-font-faces ()
|
||||||
"Set the faces for our fonts"
|
"Set the faces for our fonts"
|
||||||
(message "Setting faces!")
|
(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)
|
: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)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
||||||
:height (+ chris/default-font-size (/ chris/default-font-size 12))
|
:height (+ chris/default-font-size (/ chris/default-font-size 12))
|
||||||
|
|
4
init.el
4
init.el
|
@ -29,9 +29,9 @@
|
||||||
(defun chris/set-font-faces ()
|
(defun chris/set-font-faces ()
|
||||||
"Set the faces for our fonts"
|
"Set the faces for our fonts"
|
||||||
(message "Setting faces!")
|
(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)
|
: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)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
||||||
:height (+ chris/default-font-size (/ chris/default-font-size 12))
|
:height (+ chris/default-font-size (/ chris/default-font-size 12))
|
||||||
|
|
Loading…
Reference in a new issue