diff options
author | Karel Kočí <cynerd@email.cz> | 2024-03-13 10:51:44 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-03-13 10:51:44 +0100 |
commit | 68cd653842a300081d54f0c539e32c8774f824a4 (patch) | |
tree | e6f025ba7d6ba1c4bfc6b142a7ee9a3eba70328a /config/alacritty.toml | |
parent | e7f3a7bec28f86d362c418c12658d672903223a7 (diff) | |
download | myconfigs-68cd653842a300081d54f0c539e32c8774f824a4.tar.gz myconfigs-68cd653842a300081d54f0c539e32c8774f824a4.tar.bz2 myconfigs-68cd653842a300081d54f0c539e32c8774f824a4.zip |
alacritty: switch font
Diffstat (limited to 'config/alacritty.toml')
-rw-r--r-- | config/alacritty.toml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/config/alacritty.toml b/config/alacritty.toml index 0337c1d..f1badce 100644 --- a/config/alacritty.toml +++ b/config/alacritty.toml @@ -55,11 +55,20 @@ text = "CellForeground" cursor = "#d8dee9" text = "#2e3440" -[env] -TERM = "xterm-256color" - [font] size = 8 +[font.bold] +family = "Hack Nerd Font" +style = "Bold" +[font.bold_italic] +family = "Hack Nerd Font" +style = "Bold Italic" +[font.italic] +family = "Hack Nerd Font" +style = "Italic" +[font.normal] +family = "Hack Nerd Font" +style = "Regular" [[keyboard.bindings]] action = "SpawnNewInstance" |