aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
commit2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch)
tree119772e8479f59f7fae7f26233013b9d6f516eb3 /alacritty
parent7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff)
.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
index e7be8b5..3969b7f 100644
--- a/alacritty/alacritty.yml
+++ b/alacritty/alacritty.yml
@@ -70,33 +70,33 @@ scrolling:
font:
# Normal (roman) font face
normal:
- family: RobotoMono
+ family: RobotoMono Nerd Font
# family: monospace
# The `style` can be specified to pick a specific face.
- #style: Regular
+ style: Regular
# Bold font face
bold:
- family: RobotoMono
+ family: RobotoMono Nerd Font
# family: monospace
# The `style` can be specified to pick a specific face.
- #style: Bold
+ style: Bold
# Italic font face
italic:
- family: RobotoMono
+ family: RobotoMono Nerd Font
# family: monospace
# The `style` can be specified to pick a specific face.
- #style: Italic
+ style: Italic
# Point size
- size: 12
+ size: 14
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
offset:
x: 0
- y: 0
+ y: 4
# Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increasing `x` moves the glyph to the right,