waybar/style.css: fix font-family specification

This commit is contained in:
Aminda Suomalainen 2024-06-25 09:18:38 +03:00
parent 3799cdfb69
commit e331828657
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: font-family: "Liberation Mono", "Noto Sans Mono", monospace;
Liberation Mono,
Noto Sans Mono monospace;
font-size: 10px; font-size: 10px;
min-height: 0; min-height: 0;
} }