Pārlūkot izejas kodu

Go back to using IBM plex mono

Colin Powell 5 gadi atpakaļ
vecāks
revīzija
2f3d7f8bd2

+ 3 - 3
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
 

+ 2 - 2
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