mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
Add sans-serif as fallback font for eww
This commit is contained in:
parent
adb438f050
commit
186d00cd66
|
@ -32,7 +32,7 @@
|
||||||
background-color: $bg-a;
|
background-color: $bg-a;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
|
|
||||||
font-family: "JetBrains Mono", "Font Awesome 6 Free";
|
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
|
||||||
// margin-right: 10px;
|
// margin-right: 10px;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Reference in a new issue