mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
alacritty font config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user