Update OSD text font

This commit is contained in:
Candifloss 2026-07-30 19:51:05 +05:30
parent 99b79f18f6
commit 61d8faeae1
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,8 @@ tooltip {
.osd_progbar_container .osd_value {
margin-right: 5px;
font-size: 35px;
font-family: "Iosevka Extrabold";
font-family: "IosevkaTermSlab Nerd Font Mono";
font-weight: 900;
}
.osd_progbar_container .osd_icon {
margin-left: 7px;

View File

@ -33,7 +33,8 @@ $br: 5px;
{
margin-right: $br;
font-size: 35px;
font-family: "Iosevka Extrabold";
font-family: "IosevkaTermSlab Nerd Font Mono";
font-weight: 900;
}
.osd_icon