From 85c094d51f6169de365fe2466acc0f0f5a353390 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 6 Aug 2019 16:35:24 +0200 Subject: Xserver: improve browser font stack --- modules/services/xserver.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix index 179a463..f1877b7 100644 --- a/modules/services/xserver.nix +++ b/modules/services/xserver.nix @@ -30,12 +30,12 @@ fonts = { enableFontDir = true; - enableDefaultFonts = true; + enableDefaultFonts = false; fontconfig = { defaultFonts = { - monospace = [ "IBM Plex Mono" ]; - sansSerif = [ "Roboto" ]; - serif = [ "Roboto Slab" ]; + monospace = [ "Liberation Mono" ]; + sansSerif = [ "Liberation Sans" ]; + serif = [ "Liberation Serif" ]; }; penultimate = { enable = true; @@ -62,14 +62,15 @@ ibm-plex liberation_ttf mononoki - opensans-ttf roboto roboto-mono roboto-slab source-code-pro source-sans-pro source-serif-pro - xorg.fontxfree86type1 + xorg.fontmiscmisc + xorg.fontcursormisc + xorg.fontbhlucidatypewriter100dpi ]; }; } -- cgit 1.4.1