Fix sound fonts

This commit is contained in:
Thomas Avé 2024-01-24 21:43:19 +01:00
parent fa2c411576
commit 8e3d083545
1 changed files with 1 additions and 1 deletions

View File

@ -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 {