Skip to content

Commit

Permalink
Fix alacritty font
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Jan 7, 2025
1 parent 2a23ca4 commit 2063ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TERM = "xterm-256color"
size = 11.0

[font.normal]
family = "Hack NF"
family = "Hack Nerd Font"

[window]
opacity = 0.92
2 changes: 1 addition & 1 deletion config/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: "Hack NF"
family: "Hack Nerd Font"

# The `style` can be specified to pick a specific face.
#style: Regular
Expand Down

0 comments on commit 2063ad8

Please sign in to comment.