From a9e1a41713203bab86bd8fec550b92d72af31c3b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 30 Aug 2024 18:48:11 +0200 Subject: use some fontshare fonts --- share/common.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/share/common.nix b/share/common.nix index a5a0e6a..60ff648 100644 --- a/share/common.nix +++ b/share/common.nix @@ -411,10 +411,6 @@ in # get a small list of curated fonts packages = with pkgs; [ - # default sans serif and serif font families that match well - source-sans - source-serif - # font families with good unicode coverage as fallback ibm-plex noto-fonts @@ -432,8 +428,8 @@ in defaultFonts = { emoji = [ "Noto Color Emoji" ]; monospace = [ "MonoLisa" "IBM Plex Mono" "Noto Sans Mono" ]; - sansSerif = [ "Source Sans 3" "IBM Plex Sans" "Noto Sans" ]; - serif = [ "Source Serif 4" "IBM Plex Serif" "Noto Serif" ]; + sansSerif = [ "Bespoke Sans Variable" "IBM Plex Sans" "Noto Sans" ]; + serif = [ "Bespoke Serif Variable" "IBM Plex Serif" "Noto Serif" ]; }; # fixes pixelation -- cgit v1.2.3