From 89b17b2c81a63b8ada689053b4ac98ac46548c86 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 28 Sep 2017 17:12:33 +0200 Subject: xserver: Change fonts The "Source" fonts seem to look quite nice at normal DPI and semi-high DPI. --- modules/services/xserver.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix index 2cef678..e7b2680 100644 --- a/modules/services/xserver.nix +++ b/modules/services/xserver.nix @@ -44,9 +44,9 @@ enableDefaultFonts = true; fontconfig = { defaultFonts = { - monospace = [ "Liberation Mono" ]; - sansSerif = [ "Liberation Sans" ]; - serif = [ "Liberation Serif" ]; + monospace = [ "Source Code Pro" ]; + sansSerif = [ "Source Sans Pro" ]; + serif = [ "Source Serif Pro" ]; }; ultimate = { enable = true; -- cgit 1.4.1