Change default fonts

This commit is contained in:
Isshi0417 2024-07-15 22:40:56 +09:00
parent 20e2113e84
commit 86daa9ab69

View File

@ -37,8 +37,8 @@
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
serif = [ "Hack Nerd Font" ]; serif = [ "Hack Nerd Font" ];
sansSerif = [ "DejaVuSansM Nerd Font" ]; sansSerif = [ "Hack Nerd Font" ];
monospace = [ "JetBrainsMono Nerd Font" ]; monospace = [ "GohuFont 14 Nerd Font" ];
}; };
}; };
}; };