From af637b484192f7a14f35c1b1ad0fedd0f06e813a Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Mon, 28 Nov 2022 22:49:05 +0100 Subject: replace Iosevka with Berkeley Mono --- config.el | 6 +++--- 1 file 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 -- cgit 1.4.1