diff options
Diffstat (limited to 'modules/font-config.el')
| -rw-r--r-- | modules/font-config.el | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index ddd4497f..2438708b 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -53,18 +53,25 @@ (setq fontaine-presets '( (default - :default-family "FiraCode Nerd Font Mono" + :default-family "Berkeley Mono" :default-weight regular :default-height 110 :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 - :variable-pitch-family "Merriweather" - :variable-pitch-weight light + :variable-pitch-family "Lexend" + :variable-pitch-weight regular :variable-pitch-height 1.0) + (FiraCode + :default-family "FiraCode Nerd Font Mono" + :variable-pitch-family "Merriweather" + :variable-pitch-weight light) (Hack :default-family "Hack Nerd Font Mono" :variable-pitch-family "Hack Nerd Font Mono") + (BerkeleyMono + :default-family "Berkeley Mono" + :variable-pitch-family "Charis SIL") (FiraCode-Literata :default-family "Fira Code Nerd Font" :variable-pitch-family "Literata") |
