use some fontshare fonts

This commit is contained in:
Christoph Cullmann 2024-08-30 18:48:11 +02:00
parent 03dd2dd8ee
commit a9e1a41713
No known key found for this signature in database

View file

@ -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