소스 검색

Back to Go Mono for a font

Colin Powell 5 년 전
부모
커밋
73a1fbbee4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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.