From 002caad6a0fee12afe81ead32583111be946134f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 1 Sep 2024 19:40:04 +0200 Subject: use own fonts --- share/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/common.nix b/share/common.nix index ad5ce15..e20fc0b 100644 --- a/share/common.nix +++ b/share/common.nix @@ -434,8 +434,8 @@ in defaultFonts = { emoji = [ "Noto Color Emoji" ]; monospace = [ "MonoLisa" "Noto Sans Mono" ]; - sansSerif = [ "Inter" "Noto Sans" ]; - serif = [ "Merriweather" "Noto Serif" ]; + sansSerif = [ "TheSansOffice" "Noto Sans" ]; + serif = [ "TheSerifOffice" "Noto Serif" ]; }; # don't look like ancient X11 -- cgit v1.2.3