Change FiraCode to Monaspice Neon
This commit is contained in:
parent
5569268364
commit
23adcd5112
@ -336,10 +336,10 @@ They all accept either a font-spec, font string ("Input Mono-12"), or xlfd font
|
|||||||
Set regular, variable pitch, and big fonts.
|
Set regular, variable pitch, and big fonts.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14)
|
(setq doom-font (font-spec :family "MonaspiceNe NF" :size 14)
|
||||||
doom-variable-pitch-font (font-spec :family "Ubuntu Nerd Font" :size 14)
|
doom-variable-pitch-font (font-spec :family "MonaspiceNe NF" :size 14)
|
||||||
doom-big-font (font-spec :family "FiraCode Nerd Font" :size 24)
|
doom-big-font (font-spec :family "MonaspiceNe NF" :size 24)
|
||||||
doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14))
|
doom-unicode-font (font-spec :family "MonaspiceNe NF" :size 14))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Enable *bold* and /italic/ text.
|
Enable *bold* and /italic/ text.
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
(setq user-full-name "Sravan Balaji")
|
(setq user-full-name "Sravan Balaji")
|
||||||
|
|
||||||
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14)
|
(setq doom-font (font-spec :family "MonaspiceNe NF" :size 14)
|
||||||
doom-variable-pitch-font (font-spec :family "Ubuntu Nerd Font" :size 14)
|
doom-variable-pitch-font (font-spec :family "MonaspiceNe NF" :size 14)
|
||||||
doom-big-font (font-spec :family "FiraCode Nerd Font" :size 24)
|
doom-big-font (font-spec :family "MonaspiceNe NF" :size 24)
|
||||||
doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14))
|
doom-unicode-font (font-spec :family "MonaspiceNe NF" :size 14))
|
||||||
|
|
||||||
(after! doom-themes
|
(after! doom-themes
|
||||||
(setq doom-themes-enable-bold t
|
(setq doom-themes-enable-bold t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user