waybar: FontAwesome fallback

This commit is contained in:
Aly Raffauf 2024-08-10 16:12:54 -04:00
parent d08b7e6aef
commit 5aa8e9bea1

View file

@ -259,7 +259,7 @@ in {
* { * {
border-radius: 0px; border-radius: 0px;
border: none; border: none;
font-family: "${cfg.theme.sansFont.name}"; font-family: "${cfg.theme.sansFont.name}", FontAwesome, sans-serif;
font-size: ${toString (cfg.theme.sansFont.size + 3)}px; font-size: ${toString (cfg.theme.sansFont.size + 3)}px;
font-weight: 700; font-weight: 700;
} }