gentium: 6.200 -> 7.000 (#414001)

This commit is contained in:
Doron Behar 2025-06-08 08:05:28 +03:00 committed by GitHub
commit ecb8f8a922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 132 additions and 20 deletions

View file

@ -18,7 +18,7 @@
gentium
];
fonts.fontconfig.defaultFonts = {
serif = [ "Gentium Plus" ];
serif = [ "Gentium" ];
sansSerif = [ "Cantarell" ];
monospace = [ "Source Code Pro" ];
emoji = [ "Twitter Color Emoji" ];
@ -26,7 +26,7 @@
};
testScript = ''
machine.succeed("fc-match serif | grep '\"Gentium Plus\"'")
machine.succeed("fc-match serif | grep '\"Gentium\"'")
machine.succeed("fc-match sans-serif | grep '\"Cantarell\"'")
machine.succeed("fc-match monospace | grep '\"Source Code Pro\"'")
machine.succeed("fc-match emoji | grep '\"Twitter Color Emoji\"'")