Browse Source

alacritty font config

master
arnaucube 2 weeks ago
parent
commit
f21dec786a
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      alacritty/alacritty.yml

+ 11
- 2
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

Loading…
Cancel
Save