diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/config/alacritty/alacritty.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/config/alacritty/alacritty.yml b/dotfiles/config/alacritty/alacritty.yml index 2b1f4ff..d6c9714 100644 --- a/dotfiles/config/alacritty/alacritty.yml +++ b/dotfiles/config/alacritty/alacritty.yml @@ -103,7 +103,11 @@ font: #style: Italic # Point size + {%@@ if profile == "unicorn" @@%} size: 8.0 + {%@@ elif profile == "fenec" @@%} + size: 7.0 + {%@@ endif @@%} # 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. |