aboutsummaryrefslogtreecommitdiff
path: root/alacritty/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/alacritty.yml')
-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,