mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Change fonts weight
This commit is contained in:
parent
404599f71a
commit
17b3919008
|
@ -2,6 +2,7 @@
|
||||||
font-family: JetBrains Mono;
|
font-family: JetBrains Mono;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
@ -53,7 +54,7 @@ window#waybar {
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
color: #859900;
|
color: #859900;
|
||||||
font-weight: 900;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
|
|
Loading…
Reference in a new issue