summary refs log tree commit diff
diff options
context:
space:
mode:
authorTerin Stock <terinjokes@gmail.com>2022-11-28 22:49:05 +0100
committerTerin Stock <terinjokes@gmail.com>2022-11-28 22:49:05 +0100
commitaf637b484192f7a14f35c1b1ad0fedd0f06e813a (patch)
tree1ad05807b257988a2a9a301cd0ea8cf8f165000f
parent607c56e3280635cd52671725dae558f79311aa16 (diff)
replace Iosevka with Berkeley Mono
-rw-r--r--config.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.el b/config.el
index e7b0622..53237d5 100644
--- a/config.el
+++ b/config.el
@@ -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