diff options
Diffstat (limited to 'common/programs/librewolf.nix')
| -rw-r--r-- | common/programs/librewolf.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix index 915885e..d5bdea4 100644 --- a/common/programs/librewolf.nix +++ b/common/programs/librewolf.nix @@ -65,9 +65,18 @@ }; userChrome = '' @import "firefox-gnome-theme/userChrome.css"; + * { + font-family: "IosevkaInput" !important; + border-radius: 0px !important; + } + ''; userContent = '' @import "firefox-gnome-theme/userContent.css"; + * { + font-family: "IosevkaInput" !important; + border-radius: 0px !important; + } ''; search = { |
