waybar: add viable fonts to stylesheet

This commit is contained in:
surtur 2024-01-04 19:33:03 +01:00
parent a08927ef24
commit 34816de378
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -12,7 +12,7 @@
#waybar {
background: #282a36;
color: white;
font-family: FiraCode Retina, Noto Sans, sans-serif;
font-family: FiraCode Retina, FiraCode Nerd Font Mono, Noto Sans, sans-serif;
font-weight: 600;
font-size: 12px;
}