summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-10 06:50:56 +0200
committerThanosApollo <[email protected]>2022-11-10 06:50:56 +0200
commit4cd394a751b3fdd77c5d18709d68c403f166b780 (patch)
tree3abecc1a90ef0f8c1b0e0a1faf44f193f8089647 /.config
parentffa118a1b3e5957c3dc58bcd96de170d4fc5f374 (diff)
Change font
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 466cdba..2bcf2a3 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -118,7 +118,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
- family: mono
+ family: JetBrains Mono
# The `style` can be specified to pick a specific face.
style: Regular
@@ -129,7 +129,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
- family: mono
+ family: JetBrains Mono
# The `style` can be specified to pick a specific face.
style: Bold
@@ -140,7 +140,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: mono
+ family: JetBrains Mono
# The `style` can be specified to pick a specific face.
style: Italic
@@ -151,7 +151,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: JetBrains Mono
# The `style` can be specified to pick a specific face.
style: Bold Italic