diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:20:13 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:20:13 +0200 | 
| commit | 1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9 (patch) | |
| tree | 9beb4f06f8cbec1bedab72247351e5fd68c2f7df /.config/alacritty | |
| parent | Update (diff) | |
| download | dotfiles-bsd-1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9.tar.gz dotfiles-bsd-1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9.tar.bz2 dotfiles-bsd-1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9.tar.xz dotfiles-bsd-1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9.tar.zst dotfiles-bsd-1e7cf5827efa6d88ba2803c124f15b5bdc0dd1c9.zip  | |
Alacritty font update
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  | 
