stylix: sans-serif Inter

waybar: change font to system sans-serif
This commit is contained in:
Vinzenz Schroeter 2025-11-13 15:24:00 +01:00
parent 3115711564
commit ad07823b87
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, sans-serif;
font-size: 13px;
font-family: sans-serif;
font-size: 10pt;
color: #dcdfe1;
}