nixos/pantheon: use Inter as default sans-serif font

This commit is contained in:
Bobby Rong 2021-10-28 14:30:35 +08:00
parent 1c64941016
commit ea8d53ed16
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -268,7 +268,7 @@ in
fonts.fontconfig.defaultFonts = {
monospace = [ "Roboto Mono" ];
sansSerif = [ "Open Sans" ];
sansSerif = [ "Inter" ];
};
})