Fix eww fonts

This commit is contained in:
ItsDrike 2024-06-20 22:59:47 +02:00
parent 0364f31ff6
commit 6740810192
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
.window_name {
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
font-family: "Monaspace Krypton";
font-size: 1.4rem;
}

View file

@ -2,13 +2,14 @@
background-color: $bg1-a;
border-radius: 25px;
.icon, .icon label {
font-family: "Material Symbols Outlined";
font-size: 1.15rem;
.icon,
.icon label {
font-family: "JetBrainsMono Nerd Font", "Material Symbols Outlined";
font-size: 1.2rem;
}
.value {
margin: 0 9px;
margin: 0 10px;
}
.focused {

View file

@ -34,7 +34,7 @@
background-color: $bg-a;
color: $fg;
font-family: "JetBrains Mono", "Jost *", sans-serif;
font-family: "JetBrainsMono Nerd Font";
label {
font-size: 14px;