diff --git a/configs/graphics.nix b/configs/graphics.nix index a4bcb5f..431edc1 100644 --- a/configs/graphics.nix +++ b/configs/graphics.nix @@ -64,7 +64,7 @@ home-manager.users.kfm = { gtk = { enable = true; - font = with import ../theme.nix; { package = pkgs.roboto; name = uiFont.name; }; + font = with import ../theme.nix; { package = pkgs.cantarell-fonts; name = uiFont.name; }; iconTheme = config.constants.theme.icon; theme = config.constants.theme.gtk; }; diff --git a/theme.nix b/theme.nix index 238ef97..85c1693 100644 --- a/theme.nix +++ b/theme.nix @@ -36,7 +36,7 @@ let pointerColorForeground = solarizedDark.green.light; }; in rec { - uiFont = { name = "Roboto"; size = 9; }; + uiFont = { name = "Cantarell"; size = 9; }; terminalFont = { name = "Source Code Pro for Powerline"; size = 9; }; white = "#ffffff";