about summary refs log tree commit diff
path: root/dotfiles/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/alacritty.toml')
-rw-r--r--dotfiles/alacritty.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/dotfiles/alacritty.toml b/dotfiles/alacritty.toml
index aff5951..3561737 100644
--- a/dotfiles/alacritty.toml
+++ b/dotfiles/alacritty.toml
@@ -43,19 +43,19 @@ TERM = "xterm-256color"
 size = 12.0
 
 [font.bold]
-family = "Berkeley Mono"
+family = "TX-02"
 style = "Bold"
 
 [font.bold_italic]
-family = "Berkeley Mono"
-style = "Bold Italic"
+family = "TX-02"
+style = "Bold Oblique"
 
 [font.italic]
-family = "Berkeley Mono"
-style = "Italic"
+family = "TX-02"
+style = "Oblique"
 
 [font.normal]
-family = "Berkeley Mono"
+family = "TX-02"
 style = "Regular"
 
 [[keyboard.bindings]]