summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-12 18:30:40 +0300
committerThanosApollo <[email protected]>2022-08-12 18:30:40 +0300
commiteaa0070836ae2e4178ce07b6ba229df2fe9e58bd (patch)
tree5bd7fe53cb158ace3ad5abcca0b8a81299844d2a /.config/alacritty/alacritty.yml
parent79b5cfc1a9f213a72ee331e131a7b192d2f723ce (diff)
Update fonts
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r--.config/alacritty/alacritty.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index a2fb161..38b5b81 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -115,9 +115,9 @@ font:
#
# Default:
# - (macOS) Menlo
- # - (Linux/BSD) monospace
+ # - (Linux/BSD) hackspace
# - (Windows) Consolas
- family: mono
+ family: hack
# The `style` can be specified to pick a specific face.
style: Regular
@@ -128,7 +128,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
- family: mono
+ family: hack
# The `style` can be specified to pick a specific face.
style: Bold
@@ -139,7 +139,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: mono
+ family: hack
# The `style` can be specified to pick a specific face.
style: Italic
@@ -150,7 +150,7 @@ font:
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: monospace
+ family: hack
# The `style` can be specified to pick a specific face.
style: Bold Italic