mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 11:51:55 -05:00
waybar: FontAwesome fallback
This commit is contained in:
parent
d08b7e6aef
commit
5aa8e9bea1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue