diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 7615c576..35c05539 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -145,6 +145,17 @@ font: # The `style` can be specified to pick a specific face. #style: Italic + # Bold italic font face + #bold_italic: + # Font family + # + # If the bold italic family is not specified, it will fall back to the + # value specified for the normal font. + #family: monospace + + # The `style` can be specified to pick a specific face. + #style: Bold Italic + # Point size size: 11.0 |