Fix sound fonts

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

View File

@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: "Roboto Sans";
font-family: "Roboto Sans", "FontAwesome";
font-size: 14px;
font-weight:500;
}