diff options
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 3bf82c0..38595ee 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -98,9 +98,9 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas # family: DejaVu Sans Mono Nerd Font - # family: mononoki Nerd Font + family: mononoki Nerd Font # family: Px437 AT&T PC6300 - family: Px437 IBM VGA9 + # family: Px437 IBM VGA9 # The `style` can be specified to pick a specific face. style: Regular @@ -139,12 +139,12 @@ font: #style: Bold Italic # Point size - size: 13.0 + size: 12.0 # 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: -1 + x: 0 y: 0 # Glyph offset determines the locations of the glyphs within their cells with |