From 4042d1ebebf9c2816b808e490a7c61e71a9db3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 2 Jan 2019 00:10:53 +0100 Subject: [PATCH] Use cantarell --- configs/graphics.nix | 2 +- theme.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";