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

This commit is contained in:
Bobby Rong
2021-10-28 18:26:52 +08:00
parent 1c64941016
commit ea8d53ed16
@@ -268,7 +268,7 @@ in
fonts.fontconfig.defaultFonts = {
monospace = [ "Roboto Mono" ];
sansSerif = [ "Open Sans" ];
sansSerif = [ "Inter" ];
};
})