updated font and lock

This commit is contained in:
2025-07-23 14:14:05 +02:00
parent a4434d7f97
commit 23e2f7492e
2 changed files with 6 additions and 6 deletions

View File

@@ -4,26 +4,26 @@
[font]
## Font size in points.
size = 12
size = 10
## When true, Alacritty will use a custom built-in font for box drawing characters and powerline symbols.
builtin_box_drawing = true
## Normal font family.
[font.normal]
family = "FiraMono Nerd Font"
family = "0xProto Nerd Font Mono"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold]
family = "FiraMono Nerd Font"
family = "0xProto Nerd Font Mono"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.italic]
family = "FiraMono Nerd Font"
family = "0xProto Nerd Font Mono"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold_italic]
family = "FiraMono Nerd Font"
family = "0xProto Nerd Font Mono"
## Offset is the extra space around each character.
## 'y' can be thought of as modifying the line spacing, and 'x' as modifying the letter spacing.