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