about summary refs log tree commit diff
path: root/dotfiles/alacritty.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-28 16:21:48 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-28 19:30:25 +0100
commitce5235a66ea52e0ea7972a0b01e19400851ed200 (patch)
treed27cf37582fe0aeb1a4e842317f4c2b630cc5468 /dotfiles/alacritty.toml
parentFix update changes (diff)
downloadnixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.tar.gz
nixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.tar.bz2
nixos-config-ce5235a66ea52e0ea7972a0b01e19400851ed200.zip
Font: Add new font
Diffstat (limited to 'dotfiles/alacritty.toml')
-rw-r--r--dotfiles/alacritty.toml15
1 files changed, 14 insertions, 1 deletions
diff --git a/dotfiles/alacritty.toml b/dotfiles/alacritty.toml
index f509f4c..aff5951 100644
--- a/dotfiles/alacritty.toml
+++ b/dotfiles/alacritty.toml
@@ -42,8 +42,21 @@ TERM = "xterm-256color"
 [font]
 size = 12.0
 
+[font.bold]
+family = "Berkeley Mono"
+style = "Bold"
+
+[font.bold_italic]
+family = "Berkeley Mono"
+style = "Bold Italic"
+
+[font.italic]
+family = "Berkeley Mono"
+style = "Italic"
+
 [font.normal]
-family = "Inconsolata LGC Nerd Font"
+family = "Berkeley Mono"
+style = "Regular"
 
 [[keyboard.bindings]]
 action = "Paste"