diff options
author | 2022-11-28 22:49:05 +0100 | |
---|---|---|
committer | 2022-11-28 22:49:05 +0100 | |
commit | af637b484192f7a14f35c1b1ad0fedd0f06e813a (patch) | |
tree | 1ad05807b257988a2a9a301cd0ea8cf8f165000f /config.el | |
parent | gnus: set sendmail program (diff) | |
download | doom-emacs-af637b484192f7a14f35c1b1ad0fedd0f06e813a.tar.xz |
replace Iosevka with Berkeley Mono
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ ;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) (setq - doom-font (font-spec :family "Iosevka" :size 12 :weight 'normal) - doom-variable-pitch-font (font-spec :family "Iosevka Aile" :size 12 :weight 'normal) - doom-big-font (font-spec :family "Iosevka" :size 22 :weight 'normal)) + doom-font "Berkeley Mono:style=Regular:pixelsize=12" + doom-variable-pitch-font "Berkeley Mono Variable:style=Regular:pixelsize=12" + doom-big-font "Berkeley Mono Variable:style=Regular:pixelsize=22") ;; There are two ways to load a theme. Both assume the theme is installed and |