diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 40eb7e2f..d6723a54 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -33,12 +33,12 @@ font: family: "Source Code Pro" style: Italic # Point size - size: 14.0 + size: 10.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 - y: -1 + x: 0 + y: 0 glyph_offset: x: 0 y: 0