better fonts
This commit is contained in:
parent
6abf91de97
commit
0b8ae3bbc6
|
@ -418,9 +418,12 @@ in
|
|||
|
||||
# more fonts
|
||||
packages = with pkgs; [
|
||||
# good mono font for coding and terminal
|
||||
# good coding and terminal font
|
||||
cascadia-code
|
||||
|
||||
# good UI font
|
||||
inter
|
||||
|
||||
# unicode capable fonts
|
||||
babelstone-han
|
||||
dejavu_fonts
|
||||
|
@ -439,8 +442,7 @@ in
|
|||
# better default fonts
|
||||
defaultFonts = {
|
||||
monospace = ["Cascadia Code"];
|
||||
sansSerif = ["Noto Sans"];
|
||||
serif = ["Noto Serif"];
|
||||
sansSerif = ["Inter"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue