diff options
Diffstat (limited to '')
-rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 6d3be47..c0c17c8 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -97,8 +97,8 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - # family: DejaVu Sans Mono Nerd Font - family: mononoki Nerd Font + family: DejaVu Sans Mono Nerd Font + # family: mononoki Nerd Font # family: Px437 AT&T PC6300 # family: Px437 IBM VGA9 @@ -139,7 +139,7 @@ font: #style: Bold Italic # Point size - size: 12.0 + size: 11.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. |