From 1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 20:20:13 +0200 Subject: Alacritty font update --- .config/alacritty/alacritty.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3