Add sans-serif as fallback font for eww

This commit is contained in:
ItsDrike 2023-01-29 15:42:09 +01:00
parent adb438f050
commit 186d00cd66
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -32,7 +32,7 @@
background-color: $bg-a;
color: $fg;
font-family: "JetBrains Mono", "Font Awesome 6 Free";
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
// margin-right: 10px;
label {