From 7d44ad2076b27f795aae233b082cee59d4fb077c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 5 Aug 2024 22:20:01 +0200 Subject: play more with fonts --- share/common.nix | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'share') diff --git a/share/common.nix b/share/common.nix index 2ba073f..018b274 100644 --- a/share/common.nix +++ b/share/common.nix @@ -423,22 +423,14 @@ in # fonts I use packages = with pkgs; [ - # good serif ui font - alegreya - # good sans-serif ui font inter + # contains good serif ui font and support for Japanese + ibm-plex + # good monospace coding and terminal font jetbrains-mono - - # unicode capable fonts for glyph fallback - noto-fonts - noto-fonts-cjk - noto-fonts-cjk-sans - noto-fonts-cjk-serif - noto-fonts-emoji - noto-fonts-extra ]; # tune fontconfig @@ -446,8 +438,8 @@ in enable = true; defaultFonts = { monospace = [ "JetBrains Mono" ]; - sansSerif = [ "Inter" ]; - serif = [ "Alegreya" ]; + sansSerif = [ "Inter Display" ]; + serif = [ "IBM Plex Serif" ]; }; }; }; -- cgit v1.2.3