diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index e206b1f..4bd8f7e 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -50,7 +50,6 @@ window: # y: 0 # Spread additional padding evenly around the terminal content. - # dynamic_padding: false dynamic_padding: false # Window decorations @@ -150,8 +149,18 @@ font: # The `style` can be specified to pick a specific face. #style: Bold Italic + normal: + family: terminus + style: Regular + bold: + family: terminus + style: Bold + italic: + family: terminus + style: MediumItalic + # Point size - size: 6.5 + size: 6.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