fix: use alacritty default font 🐛

This commit is contained in:
DannyDannyDanny 2025-09-12 12:22:07 +02:00
parent ad4ac83e4b
commit e45e4e2d08

View file

@ -135,9 +135,6 @@
}; };
scrolling = { history = 10000; multiplier = 3; }; scrolling = { history = 10000; multiplier = 3; };
font = { font = {
normal = { family = "JetBrainsMono Nerd Font"; style = "Regular"; };
bold = { family = "JetBrainsMono Nerd Font"; style = "Bold"; };
italic = { family = "JetBrainsMono Nerd Font"; style = "Italic"; };
size = 13.0; size = 13.0;
}; };
cursor = { style = "Block"; unfocused_hollow = true; }; cursor = { style = "Block"; unfocused_hollow = true; };