[NixOS] Back to Source Code Pro

This commit is contained in:
Ivan Malison 2021-07-19 19:38:18 -06:00
parent 04b549f80a
commit bc0bcd43d6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -22,7 +22,7 @@
allowBitmaps = true;
useEmbeddedBitmaps = true;
defaultFonts = {
monospace = [ "Fira Code" ];
monospace = [ "Source Code Pro" ];
sansSerif = [ "Roboto" ];
serif = [ "Source Serif Pro" ];
};