30 lines
427 B
CSS
30 lines
427 B
CSS
* {
|
|
font-family: "Ubuntu Nerd Font", "0xProto Nerd Font", sans-serif;
|
|
/* font-family: "Inter"; */
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#custom-user,
|
|
#window label,
|
|
#mpris,
|
|
tooltip label {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#workspaces button.active label,
|
|
#custom-distro {
|
|
font-size: 22px;
|
|
}
|
|
|
|
#custom-power_menu {
|
|
font-size: 19px;
|
|
}
|
|
|
|
#custom-left_div,
|
|
#custom-left_inv,
|
|
#custom-right_div,
|
|
#custom-right_inv {
|
|
font-size: 22px;
|
|
}
|