mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Fix eww fonts
This commit is contained in:
parent
0364f31ff6
commit
6740810192
|
@ -1,4 +1,4 @@
|
||||||
.window_name {
|
.window_name {
|
||||||
font-family: "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
|
font-family: "Monaspace Krypton";
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,13 +2,14 @@
|
||||||
background-color: $bg1-a;
|
background-color: $bg1-a;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
|
||||||
.icon, .icon label {
|
.icon,
|
||||||
font-family: "Material Symbols Outlined";
|
.icon label {
|
||||||
font-size: 1.15rem;
|
font-family: "JetBrainsMono Nerd Font", "Material Symbols Outlined";
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
margin: 0 9px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.focused {
|
.focused {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
background-color: $bg-a;
|
background-color: $bg-a;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
|
|
||||||
font-family: "JetBrains Mono", "Jost *", sans-serif;
|
font-family: "JetBrainsMono Nerd Font";
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in a new issue