Xserver: improve browser font stack
Alan Pearce alan@alanpearce.eu
Tue, 06 Aug 2019 16:35:24 +0200
1 files changed, 7 insertions(+), 6 deletions(-)
jump to
M modules/services/xserver.nix → 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 @@ font-awesome_5 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 ]; }; }