Ver Fonte

Back to Go Mono for a font

Colin Powell há 5 anos atrás
pai
commit
73a1fbbee4
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      alacritty/.config/alacritty/alacritty.yml

+ 4 - 4
alacritty/.config/alacritty/alacritty.yml

@@ -74,24 +74,24 @@ tabspaces: 8
 font:
   # Normal (roman) font face
   normal:
-    family: IBM Plex Mono
+    family: Go Mono
     # The `style` can be specified to pick a specific face.
     #style: Regular
 
   # Bold font face
   bold:
-    family: IBM Plex Mono
+    family: Go Mono
     # The `style` can be specified to pick a specific face.
     #style: Bold
 
   # Italic font face
   italic:
-    family: IBM Plex Mono
+    family: Go Mono
     # The `style` can be specified to pick a specific face.
     #style: Italic
 
   # Point size
-  size: 9.0
+  size: 8.0
 
   # Offset is the extra space around each character. `offset.y` can be thought of
   # as modifying the line spacing, and `offset.x` as modifying the letter spacing.