mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
waybar/style.css: fix font-family specification
This commit is contained in:
parent
3799cdfb69
commit
e331828657
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user