From 2f3d7f8bd2397f010d743a477f05bb324a2ff7a3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Mar 2020 13:04:03 -0500 Subject: [PATCH] Go back to using IBM plex mono --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- emacs/.config/doom/+ui.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 81beb0d..4db08cc 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -74,19 +74,19 @@ tabspaces: 8 font: # Normal (roman) font face normal: - family: Go Mono + family: IBM Plex Mono # The `style` can be specified to pick a specific face. #style: Regular # Bold font face bold: - family: Go Mono + family: IBM Plex Mono # The `style` can be specified to pick a specific face. #style: Bold # Italic font face italic: - family: Go Mono + family: IBM Plex Mono # The `style` can be specified to pick a specific face. #style: Italic diff --git a/emacs/.config/doom/+ui.el b/emacs/.config/doom/+ui.el index a80f606..2549501 100644 --- a/emacs/.config/doom/+ui.el +++ b/emacs/.config/doom/+ui.el @@ -3,8 +3,8 @@ (setq doom-theme 'kaolin-valley-dark) ;; Fonts -(setq doom-font (font-spec :family "Go Mono" :size 12)) -(setq doom-big-font (font-spec :family "Go Mono" :size 17)) +(setq doom-font (font-spec :family "IBM Plex Mono" :size 11)) +(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 17)) (set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame ;; or