From 5853d4592d4af4de88fbee1ea89143f47e17ca8c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 31 Aug 2024 22:49:14 +0200 Subject: Inter & Merriweather as main fonts --- share/common.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/share/common.nix b/share/common.nix index 64ed3cb..1c48ee3 100644 --- a/share/common.nix +++ b/share/common.nix @@ -411,11 +411,9 @@ in # system fonts packages = with pkgs; [ - # large collection of free fonts - google-fonts - - # large collection of patched programming fonts - nerdfonts + # Inter & Merriweather as main fonts + inter + merriweather # font families with good unicode coverage as fallback noto-fonts @@ -436,8 +434,8 @@ in defaultFonts = { emoji = [ "Noto Color Emoji" ]; monospace = [ "MonoLisa" "Noto Sans Mono" ]; - sansSerif = [ "Roboto" "Noto Sans" ]; - serif = [ "Roboto Serif" "Noto Serif" ]; + sansSerif = [ "Inter" "Noto Sans" ]; + serif = [ "Merriweather" "Noto Serif" ]; }; # don't look like ancient X11 -- cgit v1.2.3