updated font

This commit is contained in:
2025-02-26 12:59:00 +01:00
parent 076454be3b
commit 2ed42f1584
2 changed files with 7 additions and 5 deletions

View File

@@ -9,8 +9,10 @@ window {
color: transparent;
* {
font-family: 'Ubuntu Nerd Font Regular';
font-size: 0.9rem;
// font-family: 'JetBrainsMono Nerd Font'; // Mono-like
// font-family: 'MonaspiceRn Nerd Font'; // Verspielt
font-family: 'DaddyTimeMono Nerd Font';
font-size: 0.8rem;
border-radius: 1.5rem 1rem;
padding: 2px 6px;
}