Fix sound fonts
This commit is contained in:
parent
fa2c411576
commit
8e3d083545
waybar
|
@ -1,8 +1,8 @@
|
|||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
font-family: "Roboto Sans";
|
||||
font-size: 18px;
|
||||
font-weight:400;
|
||||
font-family: "Roboto Sans", "FontAwesome";
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
Loading…
Reference in New Issue